summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
index 26664255d..eaf6b9b43 100644
--- a/meta-oe/recipes-extended/libcec/libcec_git.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -22,7 +22,7 @@ inherit cmake pkgconfig
22# Put client tools into a separate package 22# Put client tools into a separate package
23PACKAGE_BEFORE_PN += "${PN}-tools" 23PACKAGE_BEFORE_PN += "${PN}-tools"
24FILES_${PN}-tools = "${bindir}" 24FILES_${PN}-tools = "${bindir}"
25RDEPENDS_${PN}-tools = "python3-${BPN}" 25RDEPENDS_${PN}-tools = "python3-${BPN} python3-core"
26 26
27# Create the wrapper for python3 27# Create the wrapper for python3
28PACKAGES += "python3-${BPN}" 28PACKAGES += "python3-${BPN}"