From 837affbf9409b4d088c8cdeb4b547b0f87811906 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Jul 2026 17:44:20 +0800 Subject: [PATCH] mm-common: upgrade 1.0.7 -> 1.0.8 Changelog: ============ * doc-reference.am: Distribute .svg files from the HTML directory * Add skeletonmm/tools/generate_from_gir.sh * Allow -Duse-network=if-no-local-tag-file (new default value) * Replace gtkmm.org by gtkmm.gnome.org. * Require meson >= 0.62.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../mm-common/{mm-common_1.0.7.bb => mm-common_1.0.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-core/mm-common/{mm-common_1.0.7.bb => mm-common_1.0.8.bb} (87%) 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.8.bb similarity index 87% rename from meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb rename to meta-oe/recipes-core/mm-common/mm-common_1.0.8.bb index cb1b710954..1a2e69a2c5 100644 --- a/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb +++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.8.bb @@ -8,7 +8,7 @@ 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" +SRC_URI[archive.sha256sum] = "b189ee636e839d12c00dabefae099fd488ab2358dec24d264761c011950b02a9" BBCLASSEXTEND = "native nativesdk"