]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-pygobject: remove older install of generate-constants and add BBCLASSEXTEND
authorSaul Wold <sgw@linux.intel.com>
Thu, 23 Dec 2010 00:41:31 +0000 (16:41 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Dec 2010 14:31:23 +0000 (14:31 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/python/python-pygobject-native_2.27.0.bb [deleted file]
meta/recipes-devtools/python/python-pygobject_2.27.0.bb

diff --git a/meta/recipes-devtools/python/python-pygobject-native_2.27.0.bb b/meta/recipes-devtools/python/python-pygobject-native_2.27.0.bb
deleted file mode 100644 (file)
index d360227..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-require python-pygobject_${PV}.bb
-
-DEPENDS = "python-native glib-2.0-native"
-PR = "r0"
-
-PARALLEL_MAKE = ""
-
-inherit native
-
-SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2"
-
-do_install_append() {
-       install -d ${D}${bindir}
-       install -m 0755 gobject/generate-constants ${D}${bindir}/gobject-generate-constants
-}
index c938e5f3e2a00e1f69fba46145040bab2f2189c7..cf6614a81c4294c0937fa159cce7791dc22e7c91 100644 (file)
@@ -32,3 +32,5 @@ FILES_${PN} = "${libdir}/python*"
 FILES_${PN}-lib = "${libdir}/lib*.so.*"
 FILES_${PN}-dev += "${bindir} ${datadir}"
 FILES_${PN}-dbg += "${libdir}/.debug"
+
+BBCLASSEXTEND = "native"