mirror of
https://git.yoctoproject.org/poky
synced 2026-04-11 08:02:21 +02:00
python-pygobject: upgrade from 2.21.1 to 2.27.0
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
d476a237ef
commit
3df335abd8
@@ -0,0 +1,15 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user