[oe-commits] [meta-openembedded] 06/11: gnome-common: Add recipe (from oe-core)

git at git.openembedded.org git at git.openembedded.org
Sat Jul 8 18:17:08 UTC 2017


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

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

commit 63b4bf60f9371e1d8fa13b4afb51b30ce6657da4
Author: Jussi Kukkonen <jussi.kukkonen at intel.com>
AuthorDate: Thu Jul 6 15:06:36 2017 +0300

    gnome-common: Add recipe (from oe-core)
    
    gnome-common is deprecated upstream (it's just a collection of
    m4 macros so that's not a huge issue) and more importantly
    is soon not used in oe-core.
    
    There are 6 recipes in meta-oe and 22 in meta-gnome that DEPEND on
    gnome-common: Move gnome-common unchanged to meta-oe.
    
    Signed-off-by: Jussi Kukkonen <jussi.kukkonen at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../gnome-common/gnome-common_3.18.0.bb              | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
new file mode 100644
index 0000000..06f3bb3
--- /dev/null
+++ b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Common macros for building GNOME applications"
+HOMEPAGE = "http://www.gnome.org/"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SECTION = "x11/gnome"
+inherit gnomebase allarch
+
+SRC_URI[archive.md5sum] = "933258d9c23e218eb6eec9cc1951b053"
+SRC_URI[archive.sha256sum] = "22569e370ae755e04527b76328befc4c73b62bfd4a572499fde116b8318af8cf"
+
+EXTRA_AUTORECONF = ""
+DEPENDS = ""
+
+FILES_${PN} += "${datadir}/aclocal"
+FILES_${PN}-dev = ""
+
+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