generic-poky/meta/packages/python/python-pygobject-native_2.16.0.bb
Richard Purdie 47c19bb87a python: Drop staging functions. If failures occur we just need to improve do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-19 11:50:58 +00:00

21 lines
428 B
BlitzBasic

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