mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01:00
python-pygpbject: upgrade from 2.27 to 2.27.91
(From OE-Core rev: 30afae80a5a1a069f94b40659e0cf309cd3ba230) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b0214810a3
commit
d236f9c7d4
38
meta/recipes-devtools/python/python-pygobject_2.27.91.bb
Normal file
38
meta/recipes-devtools/python/python-pygobject_2.27.91.bb
Normal file
@@ -0,0 +1,38 @@
|
||||
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"
|
||||
DEPENDS_virtclass-native = "glib-2.0-native"
|
||||
RDEPENDS_virtclass-native = ""
|
||||
PR = "r0"
|
||||
|
||||
MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "2b11a3050264721aac83188224b093a8"
|
||||
SRC_URI[sha256sum] = "a1dffbe2a8e0d490594554ed8d06f0ee4a371acb6c210e7f35158e9ae77e0df4"
|
||||
S = "${WORKDIR}/pygobject-${PV}"
|
||||
|
||||
FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"
|
||||
EXTRA_OECONF += "--disable-introspection"
|
||||
|
||||
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"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user