mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 23:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
77dff5267b
commit
4661367660
17
meta/packages/python/python-pygobject-native_2.21.1.bb
Normal file
17
meta/packages/python/python-pygobject-native_2.21.1.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user