summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-10-30 14:30:26 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-10-31 12:00:08 -0700
commitb6968c9838ff55114efbfb2ba54456dd76a8a0a9 (patch)
tree24b01bd4aa5ccb9b09c37ae38bb7e65fa03a7a03 /recipes-graphics
parent8687e10df7f992ce809ade92d7e44996ce6963c4 (diff)
downloadmeta-freescale-b6968c9838ff55114efbfb2ba54456dd76a8a0a9.tar.gz
libdrm: Upgrade 2.4.114.imx -> 2.4.115.imx
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/drm/libdrm_2.4.115.imx.bb (renamed from recipes-graphics/drm/libdrm_2.4.114.imx.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.114.imx.bb b/recipes-graphics/drm/libdrm_2.4.115.imx.bb
index 969e738c..cc4ac68a 100644
--- a/recipes-graphics/drm/libdrm_2.4.114.imx.bb
+++ b/recipes-graphics/drm/libdrm_2.4.115.imx.bb
@@ -13,8 +13,8 @@ DEPENDS = "libpthread-stubs"
13 13
14SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" 14SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}"
15IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https;nobranch=1" 15IMX_LIBDRM_SRC ?= "git://github.com/nxp-imx/libdrm-imx.git;protocol=https;nobranch=1"
16SRCBRANCH ?= "libdrm-imx-2.4.114" 16SRCBRANCH ?= "libdrm-imx-2.4.115"
17SRCREV = "3660ea0fee6f2f131eca73cd4c30d20021a84284" 17SRCREV = "0f889a1f9640f6210132dd565141eb19005245fb"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20