[oe-commits] [meta-openembedded] 01/09: mm-common: upgrade 0.9.12 -> 1.0.0 / meson build / add SUMMARY

git at git.openembedded.org git at git.openembedded.org
Tue Nov 5 05:14:12 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 653d6f11991abec486c34231f09da7e6f2a06483
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Mon Nov 4 12:38:00 2019 +0100

    mm-common: upgrade 0.9.12 -> 1.0.0 / meson build / add SUMMARY
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/mm-common/mm-common_0.9.12.bb |  9 ---------
 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 4f91f31..0000000
--- a/meta-oe/recipes-core/mm-common/mm-common_0.9.12.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-inherit gnomebase
-
-SRC_URI[archive.md5sum] = "be1c61587db989c7677375a729b94672"
-SRC_URI[archive.sha256sum] = "ceffdcce1e5b52742884c233ec604bf6fded12eea9da077ce7a62c02c87e7c0b"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-
-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 0000000..0b9e589
--- /dev/null
+++ b/meta-oe/recipes-core/mm-common/mm-common_1.0.0.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Common GNOME build files for C++ bindings"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+
+inherit gnomebase
+
+SRC_URI[archive.md5sum] = "9087b8612d75cbc1fad0c99e15c2a718"
+SRC_URI[archive.sha256sum] = "b97d9b041e5952486cab620b44ab09f6013a478f43b6699ae899b8a4da189cd4"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list