mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01: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
34
meta/recipes-devtools/python/python-pygobject_2.27.0.bb
Normal file
34
meta/recipes-devtools/python/python-pygobject_2.27.0.bb
Normal file
@@ -0,0 +1,34 @@
|
||||
DESCRIPTION = "Python GObject bindings"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
DEPENDS = "python-pygobject-native-${PV} glib-2.0"
|
||||
PR = "r0"
|
||||
|
||||
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
|
||||
file://generate-constants.patch"
|
||||
|
||||
SRC_URI[md5sum] = "c12eef0cd6725dc7245c3db78ef85d2d"
|
||||
SRC_URI[sha256sum] = "e6ae6c70966899d2040c82ae4e1590cf941ebf121a3ec61e80bf517ce8d9be0a"
|
||||
S = "${WORKDIR}/pygobject-${PV}"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"
|
||||
|
||||
inherit autotools distutils-base pkgconfig
|
||||
|
||||
# necessary to let the call for python-config succeed
|
||||
export BUILD_SYS
|
||||
export HOST_SYS
|
||||
export STAGING_INCDIR
|
||||
export STAGING_LIBDIR
|
||||
|
||||
PACKAGES += "${PN}-lib"
|
||||
|
||||
RDEPENDS_${PN} += "python-textutils"
|
||||
|
||||
FILES_${PN} = "${libdir}/python*"
|
||||
FILES_${PN}-lib = "${libdir}/lib*.so.*"
|
||||
FILES_${PN}-dev += "${bindir} ${datadir}"
|
||||
FILES_${PN}-dbg += "${libdir}/.debug"
|
||||
Reference in New Issue
Block a user