mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
python-gobject: 2.12.3 -> 2.16.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
18
meta/packages/python/python-pygobject-native_2.16.0.bb
Normal file
18
meta/packages/python/python-pygobject-native_2.16.0.bb
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user