python-gobject: 2.12.3 -> 2.16.0

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-06-10 12:21:24 +01:00
parent de687629d8
commit 12d6acb013
6 changed files with 74 additions and 54 deletions

View File

@@ -0,0 +1,18 @@
require python-pygobject_${PV}.bb
DEPENDS = "python-native glib-2.0-native"
PR = "r1"
PARALLEL_MAKE = ""
inherit native
SRC_URI = "\
ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
# file://python-path.patch;patch=1 \
"
do_stage_append() {
install -d ${STAGING_BINDIR}
install -m 0755 gobject/generate-constants ${STAGING_BINDIR}/gobject-generate-constants
}