summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb
index 9c175e682d..0ea70b23b5 100644
--- a/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb
+++ b/meta-oe/recipes-devtools/python/python-pygobject_3.32.2.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
7GNOMEBASEBUILDCLASS = "meson" 7GNOMEBASEBUILDCLASS = "meson"
8inherit gnomebase gobject-introspection distutils-base upstream-version-is-even 8inherit gnomebase gobject-introspection distutils-base upstream-version-is-even
9 9
10DEPENDS += "python python-setuptools glib-2.0" 10DEPENDS += "python glib-2.0"
11 11
12SRCNAME = "pygobject" 12SRCNAME = "pygobject"
13SRC_URI = " \ 13SRC_URI = " \
@@ -30,6 +30,7 @@ PACKAGECONFIG[python] = "-Dpython=python3, -Dpython=python2, , "
30PACKAGECONFIG[stagedir] = "-Dstagedir=${PYTHON_SITEPACKAGES_DIR}, -Dstagedir="", , " 30PACKAGECONFIG[stagedir] = "-Dstagedir=${PYTHON_SITEPACKAGES_DIR}, -Dstagedir="", , "
31 31
32BBCLASSEXTEND = "native" 32BBCLASSEXTEND = "native"
33RDEPENDS_${PN} = "python-pkgutil"
33RDEPENDS_${PN}_class-native = "" 34RDEPENDS_${PN}_class-native = ""
34 35
35do_install_append() { 36do_install_append() {