python-pygobject: upgrade from 2.16.0 to 2.21.1

python-pygobject-native: upgrade from 2.16.0 to 2.21.1

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
Nitin A Kamble
2010-07-07 04:14:34 -07:00
committed by Richard Purdie
parent 77dff5267b
commit 4661367660
2 changed files with 5 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
require python-pygobject_${PV}.bb
DEPENDS = "python-native glib-2.0-native"
PR = "r0"
PARALLEL_MAKE = ""
inherit native
NATIVE_INSTALL_WORKS = "1"
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
}