mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-11-01 12:57:53 +00:00
tegra-udrm-gbm: update to version 1.1.0
Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>
This commit is contained in:
committed by
Matt Madison
parent
e27f610fa4
commit
1902ff8381
@@ -5,15 +5,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c43c2c3b83cc7c8460566fb6da10f02a"
|
|||||||
|
|
||||||
RPROVIDES:${PN} += "tegra-gbm-backend"
|
RPROVIDES:${PN} += "tegra-gbm-backend"
|
||||||
|
|
||||||
DEPENDS = "mesa libdrm"
|
DEPENDS = "mesa libdrm tegra-mmapi"
|
||||||
|
RDEPENDS:${PN} = "tegra-libraries-multimedia-utils"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(tegra)"
|
COMPATIBLE_MACHINE = "(tegra)"
|
||||||
|
|
||||||
SRC_REPO = "github.com/oe4t/tegra-udrm-gbm.git;protocol=https"
|
SRC_REPO = "github.com/oe4t/tegra-udrm-gbm.git;protocol=https"
|
||||||
SRCBRANCH = "master"
|
SRCBRANCH = "master"
|
||||||
SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH}"
|
SRC_URI = "git://${SRC_REPO};branch=${SRCBRANCH}"
|
||||||
# v1.0.2 tag
|
# v1.1.0 tag
|
||||||
SRCREV = "103d33d07e6c38106bf952403b336dc3ca809a08"
|
SRCREV = "13969b866134073936f10b0905f8b6e15c9b9e57"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
Reference in New Issue
Block a user