From fbf96a5bddeb2cd152d0a6e2c957ca72489fc645 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:14 +0800 Subject: mm-common: upgrade 1.0.6 -> 1.0.7 License-Update: - signature "Ty Coon" changed to "Moe Ghoul" - modify the whitespace Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb | 26 ----------------------- meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb | 26 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb create mode 100644 meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb b/meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb deleted file mode 100644 index a252a6b48e..0000000000 --- a/meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Common GNOME build files for C++ bindings" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - - -inherit gnomebase - -# All the recipe does is stage python and shell script, some autotools files; nothing is compiled. -inherit allarch - -SRC_URI[archive.sha256sum] = "b55c46037dbcdabc5cee3b389ea11cc3910adb68ebe883e9477847aa660862e7" - -BBCLASSEXTEND = "native nativesdk" - -# These files aren't very usefull on target image, package them all in nnPN-dev -FILES:${PN} = "" - -FILES:${PN}-dev += " \ - ${datadir}/${BPN}/build \ - ${datadir}/${BPN}/doctags \ - ${datadir}/${BPN}/doctool \ - ${bindir}/mm-common-get \ - ${bindir}/mm-common-prepare \ -" -# ${PN} package is empty, remove the default dependency on it -RDEPENDS:${PN}-dev = "" diff --git a/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb b/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb new file mode 100644 index 0000000000..cb1b710954 --- /dev/null +++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb @@ -0,0 +1,26 @@ +SUMMARY = "Common GNOME build files for C++ bindings" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce" + + +inherit gnomebase + +# All the recipe does is stage python and shell script, some autotools files; nothing is compiled. +inherit allarch + +SRC_URI[archive.sha256sum] = "494abfce781418259b1e9d8888c73af4de4b6f3be36cc75d9baa8baa0f2a7a39" + +BBCLASSEXTEND = "native nativesdk" + +# These files aren't very usefull on target image, package them all in nnPN-dev +FILES:${PN} = "" + +FILES:${PN}-dev += " \ + ${datadir}/${BPN}/build \ + ${datadir}/${BPN}/doctags \ + ${datadir}/${BPN}/doctool \ + ${bindir}/mm-common-get \ + ${bindir}/mm-common-prepare \ +" +# ${PN} package is empty, remove the default dependency on it +RDEPENDS:${PN}-dev = "" -- cgit v1.2.3-54-g00ecf