Although upstream package has no versions, there are some API changes, bump to version 2.1
If no device is specified, this version automatically selects the first KMS device. Previously, it could have been another kind of device (like a GPU). This version also improves the API: - plane manipulation is easier - it is now possible to know if a device is KMS device Signed-off-by: Jean-Jacques Hiblot <[email protected]> --- meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb index 2faff11b..3d94632a 100644 --- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb +++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb @@ -1,14 +1,14 @@ SUMMARY = "C++ library for kernel mode setting" HOMEPAGE = "https://github.com/tomba/kmsxx" LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c670e18272184fc0e86e1648678b4f2a" +LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" -PV = "2.0" +PV = "2.1" PR = "r0" BRANCH = "master" SRC_URI = "git://github.com/tomba/kmsxx.git;protocol=git;branch=${BRANCH}" -SRCREV = "c13047e3f7674a5a05b107ef3fd97d9ff4165639" +SRCREV = "626edbe2fc845803ffdd25936e21202e4f123b63" DEPENDS = "drm python3-pybind11" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
