diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-23 15:11:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:24:01 -0700 |
commit | fbf96a5bddeb2cd152d0a6e2c957ca72489fc645 (patch) | |
tree | 21174bbc05498fbd2c806c54c2b75594c6ba322d | |
parent | d6c6a07794bcc2225a87b8d7587c50bae6c2c95c (diff) | |
download | meta-openembedded-fbf96a5bddeb2cd152d0a6e2c957ca72489fc645.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb (renamed from meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
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.7.bb index a252a6b48e..cb1b710954 100644 --- a/meta-oe/recipes-core/mm-common/mm-common_1.0.6.bb +++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Common GNOME build files for C++ bindings" | 1 | SUMMARY = "Common GNOME build files for C++ bindings" |
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=570a9b3749dd0463a1778803b12a6dce" |
4 | 4 | ||
5 | 5 | ||
6 | inherit gnomebase | 6 | inherit gnomebase |
@@ -8,7 +8,7 @@ inherit gnomebase | |||
8 | # All the recipe does is stage python and shell script, some autotools files; nothing is compiled. | 8 | # All the recipe does is stage python and shell script, some autotools files; nothing is compiled. |
9 | inherit allarch | 9 | inherit allarch |
10 | 10 | ||
11 | SRC_URI[archive.sha256sum] = "b55c46037dbcdabc5cee3b389ea11cc3910adb68ebe883e9477847aa660862e7" | 11 | SRC_URI[archive.sha256sum] = "494abfce781418259b1e9d8888c73af4de4b6f3be36cc75d9baa8baa0f2a7a39" |
12 | 12 | ||
13 | BBCLASSEXTEND = "native nativesdk" | 13 | BBCLASSEXTEND = "native nativesdk" |
14 | 14 | ||