From 587ca9624157410d999a97cfa2a941b4f60489f5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Nov 2023 17:19:19 -0700 Subject: gcab: upgrade 1.4 -> 1.6 Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/gcab/gcab_1.4.bb | 24 ------------------------ meta-oe/recipes-gnome/gcab/gcab_1.6.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-gnome/gcab/gcab_1.4.bb create mode 100644 meta-oe/recipes-gnome/gcab/gcab_1.6.bb diff --git a/meta-oe/recipes-gnome/gcab/gcab_1.4.bb b/meta-oe/recipes-gnome/gcab/gcab_1.4.bb deleted file mode 100644 index 321e7c36a2..0000000000 --- a/meta-oe/recipes-gnome/gcab/gcab_1.4.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "A GObject library to create cabinet files" -HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcab" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -DEPENDS = "glib-2.0" - -SRC_URI = "\ - ${GNOME_MIRROR}/gcab/${PV}/gcab-${PV}.tar.xz \ - file://run-ptest \ -" -SRC_URI[sha256sum] = "67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f" - -inherit gobject-introspection gtk-doc manpages meson ptest-gnome vala - -PACKAGECONFIG ??= "\ - ${@bb.utils.contains('USE_NLS', 'yes', 'nls', '', d)} \ - ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ -" -PACKAGECONFIG[manpages] = "" -PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false" -PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-gnome/gcab/gcab_1.6.bb b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb new file mode 100644 index 0000000000..4278fc9453 --- /dev/null +++ b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb @@ -0,0 +1,24 @@ +SUMMARY = "A GObject library to create cabinet files" +HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcab" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +DEPENDS = "glib-2.0" + +SRC_URI = "\ + ${GNOME_MIRROR}/gcab/${PV}/gcab-${PV}.tar.xz \ + file://run-ptest \ +" +SRC_URI[sha256sum] = "2f0c9615577c4126909e251f9de0626c3ee7a152376c15b5544df10fc87e560b" + +inherit gobject-introspection gtk-doc manpages meson ptest-gnome vala + +PACKAGECONFIG ??= "\ + ${@bb.utils.contains('USE_NLS', 'yes', 'nls', '', d)} \ + ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \ +" +PACKAGECONFIG[manpages] = "" +PACKAGECONFIG[nls] = "-Dnls=true,-Dnls=false" +PACKAGECONFIG[tests] = "-Dtests=true -Dinstalled_tests=true,-Dtests=false -Dinstalled_tests=false" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf