This way if kms++-python package gets pulled to rootfs, it will bring the necessary python3 runtime as well.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb index 883607c..911384a 100644 --- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb +++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb @@ -4,7 +4,7 @@ LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c670e18272184fc0e86e1648678b4f2a" PV = "1.0" -PR = "r2" +PR = "r3" BRANCH = "master" SRC_URI = "git://github.com/tomba/kmsxx.git;protocol=git;branch=${BRANCH}" @@ -14,6 +14,8 @@ DEPENDS = "drm python3-pybind11" PACKAGES =+ "${PN}-python" +RDEPENDS_${PN}-python += "python3-core" + FILES_${PN}-python += "${libdir}/python*/site-packages" S = "${WORKDIR}/git" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
