| Message ID | 20231206131738.305706-1-alperyasinak1@gmail.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [meta-oe,PATCHv2] xsetroot: upgrade 1.1.2 -> 1.1.3 | expand |
this fails to build on AB also check the logs here
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3411/steps/15/logs/stdio
| configure: error: Package requirements (xmuu x11 xbitmaps xcursor
xproto >= 7.0.25) were not met:
|-
| No package 'xmuu' found
|-
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|-
| Alternatively, you may set the environment variables XSETROOT_CFLAGS
| and XSETROOT_LIBS to avoid the need to call pkg-config.
On Wed, Dec 6, 2023 at 5:17 AM Alper Ak <alperyasinak1@gmail.com> wrote:
>
> Changelog:
>
> * gitlab CI: stop requiring Signed-off-by in commits
> * Handle -Wsign-compare warnings
> * Variable scope reductions as recommended by cppcheck
> * Build xz tarballs instead of bzip2
> * CI: add a basic build test
> * Update configure.ac bug URL for gitlab migration
> * Update README for gitlab migration
>
> Signed-off-by: alperak <alperyasinak1@gmail.com>
> ---
> I accidentally used gz instead of xz, I sent v2 to fix it.
>
> .../xorg-app/{xsetroot_1.1.2.bb => xsetroot_1.1.3.bb} | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> rename meta-oe/recipes-graphics/xorg-app/{xsetroot_1.1.2.bb => xsetroot_1.1.3.bb} (72%)
>
> diff --git a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb
> similarity index 72%
> rename from meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb
> rename to meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb
> index a9a8acf05..6445c7751 100644
> --- a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb
> +++ b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb
> @@ -9,5 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de"
>
> DEPENDS += "xbitmaps libxcursor"
>
> -SRC_URI[md5sum] = "5fe769c8777a6e873ed1305e4ce2c353"
> -SRC_URI[sha256sum] = "10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c"
> +SRC_URI_EXT = "xz"
> +SRC_URI[sha256sum] = "6081b45a9eb4426e045d259d1e144b32417fb635e5b96aa90647365ac96638d1"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#107249): https://lists.openembedded.org/g/openembedded-devel/message/107249
> Mute This Topic: https://lists.openembedded.org/mt/103012095/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
On Wed, 06 Dec 2023 16:17:38 +0300, alperak wrote: > Changelog: > > * gitlab CI: stop requiring Signed-off-by in commits > * Handle -Wsign-compare warnings > * Variable scope reductions as recommended by cppcheck > * Build xz tarballs instead of bzip2 > * CI: add a basic build test > * Update configure.ac bug URL for gitlab migration > * Update README for gitlab migration > > [...] Applied, thanks! [1/1] xsetroot: upgrade 1.1.2 -> 1.1.3 commit: 1a84a1ebbe197552077b4610c6fdcd459532113e Best regards,
diff --git a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb similarity index 72% rename from meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb rename to meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb index a9a8acf05..6445c7751 100644 --- a/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.2.bb +++ b/meta-oe/recipes-graphics/xorg-app/xsetroot_1.1.3.bb @@ -9,5 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6ea29dbee22324787c061f039e0529de" DEPENDS += "xbitmaps libxcursor" -SRC_URI[md5sum] = "5fe769c8777a6e873ed1305e4ce2c353" -SRC_URI[sha256sum] = "10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c" +SRC_URI_EXT = "xz" +SRC_URI[sha256sum] = "6081b45a9eb4426e045d259d1e144b32417fb635e5b96aa90647365ac96638d1"
Changelog: * gitlab CI: stop requiring Signed-off-by in commits * Handle -Wsign-compare warnings * Variable scope reductions as recommended by cppcheck * Build xz tarballs instead of bzip2 * CI: add a basic build test * Update configure.ac bug URL for gitlab migration * Update README for gitlab migration Signed-off-by: alperak <alperyasinak1@gmail.com> --- I accidentally used gz instead of xz, I sent v2 to fix it. .../xorg-app/{xsetroot_1.1.2.bb => xsetroot_1.1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/xorg-app/{xsetroot_1.1.2.bb => xsetroot_1.1.3.bb} (72%)