generic-poky/meta/packages/python/python-pygobject-native_2.21.1.bb
Richard Purdie dc807f54f8 Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found.

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-07-22 11:44:28 +01:00

16 lines
355 B
BlitzBasic

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
}