mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libcec: add runtime dependency on python3-core
* fixes: ERROR: QA Issue: /usr/bin/pyCecClient contained in package libcec-tools requires /usr/bin/python3, but no providers found in RDEPENDS_libcec-tools? [file-rdeps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
586181f2d8
commit
803dd59f72
@ -22,7 +22,7 @@ inherit cmake pkgconfig
|
||||
# Put client tools into a separate package
|
||||
PACKAGE_BEFORE_PN += "${PN}-tools"
|
||||
FILES_${PN}-tools = "${bindir}"
|
||||
RDEPENDS_${PN}-tools = "python3-${BPN}"
|
||||
RDEPENDS_${PN}-tools = "python3-${BPN} python3-core"
|
||||
|
||||
# Create the wrapper for python3
|
||||
PACKAGES += "python3-${BPN}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user