ltp-ddt scripts are using latest dmabuf utilities but the current source code does not have that support in kms++. Bump up the SRCREV to take into account the latest dmabuf changes.
Signed-off-by: Jayesh Choudhary <[email protected]> --- meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb index 2c0abaa7..bae03683 100644 --- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb +++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb @@ -3,12 +3,12 @@ HOMEPAGE = "https://github.com/tomba/kmsxx" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" -PV = "2.1" +PV = "2.2" PR = "r1" BRANCH = "master" SRC_URI = "git://github.com/tomba/kmsxx.git;protocol=https;branch=${BRANCH}" -SRCREV = "5afc8d918f2c084acd65027604868dfde43395cf" +SRCREV = "9ae90ce75478e49844cf984562db0dc1a074462f" DEPENDS = "drm fmt" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15313): https://lists.yoctoproject.org/g/meta-arago/message/15313 Mute This Topic: https://lists.yoctoproject.org/mt/105817716/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
