mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
python-pygobject: Drop redundant dependencies
Simplify recipe by reflecting following changes introduced to Pythonv3 variant of this recipe in commits http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta?id=b663374cf41465c6dc94001d6fa73a5523542fb6 http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta?id=521ea98b2c622f5ae7e6d18849a0379fa7ed4e90 in which the gnome-common dependency was left out due to pygobject moving to autoconf-archive, and remaining configure.ac patch file was also deemed unnecessary. Signed-off-by: Niko Mauno <niko.mauno@iki.fi> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||
|
||||
inherit autotools pkgconfig gnomebase gobject-introspection distutils-base
|
||||
|
||||
DEPENDS += "gnome-common-native python glib-2.0"
|
||||
DEPENDS += "python glib-2.0"
|
||||
|
||||
SRCNAME="pygobject"
|
||||
SRC_URI = " \
|
||||
http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
|
||||
file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "3bac63c86bb963aa401f97859464aa90"
|
||||
|
||||
Reference in New Issue
Block a user