diff options
-rw-r--r-- | meta-oe/recipes-core/mm-common/mm-common_0.9.12.bb | 9 | ||||
-rw-r--r-- | meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb | 12 |
2 files changed, 12 insertions, 9 deletions
diff --git a/meta-oe/recipes-core/mm-common/mm-common_0.9.12.bb b/meta-oe/recipes-core/mm-common/mm-common_0.9.12.bb deleted file mode 100644 index 4f91f31e4d..0000000000 --- a/meta-oe/recipes-core/mm-common/mm-common_0.9.12.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | inherit gnomebase | ||
2 | |||
3 | SRC_URI[archive.md5sum] = "be1c61587db989c7677375a729b94672" | ||
4 | SRC_URI[archive.sha256sum] = "ceffdcce1e5b52742884c233ec604bf6fded12eea9da077ce7a62c02c87e7c0b" | ||
5 | |||
6 | LICENSE = "GPLv2" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
8 | |||
9 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb b/meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb new file mode 100644 index 0000000000..0b9e58917d --- /dev/null +++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Common GNOME build files for C++ bindings" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
4 | |||
5 | inherit gnomebase | ||
6 | |||
7 | SRC_URI[archive.md5sum] = "9087b8612d75cbc1fad0c99e15c2a718" | ||
8 | SRC_URI[archive.sha256sum] = "b97d9b041e5952486cab620b44ab09f6013a478f43b6699ae899b8a4da189cd4" | ||
9 | |||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||