Files
poky/meta/packages/python/python-pygobject-native_2.21.1.bb
Nitin A Kamble 4661367660 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>
2010-07-16 16:25:16 +01:00

18 lines
383 B
BlitzBasic

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
}