aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-11-11 00:35:04 -0800
committerKhem Raj <raj.khem@gmail.com>2023-11-11 09:26:41 -0800
commit354672a2afa8bae33e93a8bbf679441e7853f027 (patch)
tree52ac3c92fc64ad7955a45551861725a8bc7e4d7b
parent1ad7a9e2ced764105471c7cf98b45c1963127085 (diff)
downloadmeta-openembedded-contrib-354672a2afa8bae33e93a8bbf679441e7853f027.tar.gz
gupnp: Add missing rdep on python3-core
python3-core is needed to provide /usr/bin/python3 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
index c6738923ac..f1628d82ee 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.6.6.bb
@@ -18,4 +18,4 @@ gupnp_sysroot_preprocess () {
FILES:${PN}-dev += "${bindir}/gupnp-binding-tool*"
-RDEPENDS:${PN}-dev = "python3 python3-xml"
+RDEPENDS:${PN}-dev += "python3-core python3-xml"