diff options
author | Ross Burton <ross.burton@arm.com> | 2023-05-16 19:40:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:48 +0100 |
commit | 1ee93dc114df26d94310682e6a632327e8bce062 (patch) | |
tree | 874993eddbb5a595d91638e3e4f2fc6cf48744d1 /meta/recipes-devtools | |
parent | 5198bf480d0bfd20dab726ded1312438e6d3ec8d (diff) | |
download | poky-1ee93dc114df26d94310682e6a632327e8bce062.tar.gz |
python3-pygobject: mandate gobject-introspection-data DISTRO_FEATURE
PyGObject needs gobject-introspection to function, so add a distro
features check.
(From OE-Core rev: 723949d491991ec6e555f30d4b06a59fecbc1f35)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb index 1132e9a9ed..43125927cd 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |||
@@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | |||
8 | GNOMEBASEBUILDCLASS = "meson" | 8 | GNOMEBASEBUILDCLASS = "meson" |
9 | GIR_MESON_OPTION = "" | 9 | GIR_MESON_OPTION = "" |
10 | 10 | ||
11 | inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even | 11 | inherit gnomebase setuptools3-base gobject-introspection upstream-version-is-even features_check |
12 | |||
13 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | ||
12 | 14 | ||
13 | DEPENDS += "python3 glib-2.0" | 15 | DEPENDS += "python3 glib-2.0" |
14 | 16 | ||