diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-17 10:06:36 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:49 +0100 |
| commit | 83c329ed8694b045488a3d1454043edc59d90d50 (patch) | |
| tree | 98ba376501b0ecdaf27ed012e4f9914ed97b3fd4 /meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |
| parent | ccf95f51e79423104620aa273663ad0acc2acf8b (diff) | |
| download | poky-83c329ed8694b045488a3d1454043edc59d90d50.tar.gz | |
python3-pygobject: add missing run-time dependencies
Add missing RDEPENDS for this package.
(From OE-Core rev: b6d6b4be79b3ee0837680296c9c90e18d35fbee1)
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygobject_3.44.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | 5 |
1 files changed, 4 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 43125927cd..6f7d9a09ec 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.44.1.bb | |||
| @@ -26,7 +26,10 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 26 | 26 | ||
| 27 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.contains_any('DISTRO_FEATURES', [ 'directfb', 'wayland', 'x11' ], 'cairo', '', d)}" |
| 28 | 28 | ||
| 29 | RDEPENDS:${PN} += "python3-pkgutil" | 29 | RDEPENDS:${PN} += " \ |
| 30 | python3-io \ | ||
| 31 | python3-pkgutil \ | ||
| 32 | " | ||
| 30 | 33 | ||
| 31 | # python3-pycairo is checked on configuration -> DEPENDS | 34 | # python3-pycairo is checked on configuration -> DEPENDS |
| 32 | # we don't link against python3-pycairo -> RDEPENDS | 35 | # we don't link against python3-pycairo -> RDEPENDS |
