diff options
-rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_git.bb | 2 |
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 |
23 | PACKAGE_BEFORE_PN += "${PN}-tools" | 23 | PACKAGE_BEFORE_PN += "${PN}-tools" |
24 | FILES_${PN}-tools = "${bindir}" | 24 | FILES_${PN}-tools = "${bindir}" |
25 | RDEPENDS_${PN}-tools = "python3-${BPN}" | 25 | RDEPENDS_${PN}-tools = "python3-${BPN} python3-core" |
26 | 26 | ||
27 | # Create the wrapper for python3 | 27 | # Create the wrapper for python3 |
28 | PACKAGES += "python3-${BPN}" | 28 | PACKAGES += "python3-${BPN}" |