Signed-off-by: Denys Dmytriyenko <[email protected]>
Cc: Tomi Valkeinen <[email protected]>
Cc: Alejandro Hernandez <[email protected]>
---
meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb
b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb
index 9b30569..121479b 100644
--- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb
+++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb
@@ -4,17 +4,21 @@ LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c670e18272184fc0e86e1648678b4f2a"
PV = "1.0"
-PR = "r0"
+PR = "r1"
BRANCH = "master"
SRC_URI = "git://github.com/tomba/kmsxx.git;protocol=git;branch=${BRANCH}"
-SRCREV = "546e8d16dbc4dc74038dbcf86567186dbd80c3ab"
+SRCREV = "6d28a0dd5d6747116f631d24bcc59d944a1b8b95"
-DEPENDS = "drm python3 python3-pybind11"
+DEPENDS = "drm python3-pybind11"
+
+PACKAGES =+ "${PN}-python"
+
+FILES_${PN}-python += "${libdir}/python*/site-packages"
S = "${WORKDIR}/git"
-inherit cmake update-alternatives
+inherit python3native cmake update-alternatives
ALTERNATIVE_PRIORITY = "100"
ALTERNATIVE_${PN} = "kmstest"
--
2.7.4
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago