From 5a6fc53411ef07478b68c301a1f3100f07a8b3fd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:02:33 +0800 Subject: libdex: upgrade 0.10.1 -> 1.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb | 19 ------------------- meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb create mode 100644 meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb b/meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb deleted file mode 100644 index 3b83273272..0000000000 --- a/meta-gnome/recipes-gnome/libdex/libdex_0.10.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -GNOMEBASEBUILDCLASS = "meson" -inherit features_check gnomebase upstream-version-is-even gobject-introspection - -DEPENDS += " \ - glib-2.0 \ -" -DEPENDS:append:libc-musl = " libucontext" - -LDFLAGS:append:libc-musl = " -lucontext" - -SRC_URI[archive.sha256sum] = "7472e88090db2b228307505edeba4483e872681340cb0404ae64ac3da5bed0a6" - -PACKAGECONFIG ?= "" -EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false" - -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" diff --git a/meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb b/meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb new file mode 100644 index 0000000000..7d7ae2fa2b --- /dev/null +++ b/meta-gnome/recipes-gnome/libdex/libdex_1.0.0.bb @@ -0,0 +1,19 @@ +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +GNOMEBASEBUILDCLASS = "meson" +inherit features_check gnomebase upstream-version-is-even gobject-introspection + +DEPENDS += " \ + glib-2.0 \ +" +DEPENDS:append:libc-musl = " libucontext" + +LDFLAGS:append:libc-musl = " -lucontext" + +SRC_URI[archive.sha256sum] = "7b8f5c5db3796e14e12e10422e2356766ba830b92815fee70bbc867b5b207f5d" + +PACKAGECONFIG ?= "" +EXTRA_OEMESON += "-Dintrospection=enabled -Dvapi=false" + +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -- cgit v1.2.3-54-g00ecf