summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pygobject_3.24.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.24.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pygobject_3.24.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.24.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.24.1.bb
index 5795ae31da..9d10af2e08 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.24.1.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.24.1.bb
@@ -5,12 +5,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
5 5
6inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even 6inherit autotools pkgconfig gnomebase distutils3-base gobject-introspection upstream-version-is-even
7 7
8DEPENDS += "gnome-common-native python3 glib-2.0" 8DEPENDS += "python3 glib-2.0"
9 9
10SRCNAME="pygobject" 10SRCNAME="pygobject"
11SRC_URI = " \ 11SRC_URI = " \
12 http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \ 12 http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
13 file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \ 13 file://0001-configure.ac-add-sysroot-path-to-GI_DATADIR-don-t-se.patch \
14 file://0001-configure.ac-Don-t-use-gnome-common-macros.patch \
14" 15"
15 16
16SRC_URI[md5sum] = "69a843311d0f0385dff376e11a2d83d2" 17SRC_URI[md5sum] = "69a843311d0f0385dff376e11a2d83d2"