python3-pygobject: Don't use gnome-common

Patch out the one use of gnome-common macros: pygobject is moving to
autoconf-archive in next release so this patch is temporary.

(From OE-Core rev: 22525a706196544919586e1bc764f362661685ae)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jussi Kukkonen
2017-07-14 15:25:24 +03:00
committed by Richard Purdie
parent e94b159b2e
commit b663374cf4
2 changed files with 35 additions and 1 deletions

View File

@@ -5,12 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even
DEPENDS += "gnome-common-native python3 glib-2.0"
DEPENDS += "python3 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 \
file://0001-configure.ac-Don-t-use-gnome-common-macros.patch \
"
SRC_URI[md5sum] = "69a843311d0f0385dff376e11a2d83d2"