diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-18 16:02:17 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-08-26 15:05:40 -0500 |
commit | 0a839c87a58ed5307f228d81024a353a36a4c1dc (patch) | |
tree | 4016fb25ac07d4e55c6c6e8c79bcfb11c96de9ea /recipes-graphics | |
parent | 5f60f4f2575b2ef54699ca05c714670b5a8fa795 (diff) | |
download | meta-freescale-0a839c87a58ed5307f228d81024a353a36a4c1dc.tar.gz |
libdrm: Update for NXP 5.15.52-2.0.0 release
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/drm/libdrm_2.4.109.imx.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/drm/libdrm_2.4.109.imx.bb b/recipes-graphics/drm/libdrm_2.4.109.imx.bb index 6a9ab254..ff00b728 100644 --- a/recipes-graphics/drm/libdrm_2.4.109.imx.bb +++ b/recipes-graphics/drm/libdrm_2.4.109.imx.bb | |||
@@ -10,10 +10,10 @@ LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c5 | |||
10 | PROVIDES = "drm" | 10 | PROVIDES = "drm" |
11 | DEPENDS = "libpthread-stubs" | 11 | DEPENDS = "libpthread-stubs" |
12 | 12 | ||
13 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" | ||
13 | IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" | 14 | IMX_LIBDRM_SRC ?= "git://source.codeaurora.org/external/imx/libdrm-imx.git;protocol=https;nobranch=1" |
14 | SRCBRANCH ?= "libdrm-imx-2.4.109" | 15 | SRCBRANCH ?= "libdrm-imx-2.4.109" |
15 | SRC_URI = "${IMX_LIBDRM_SRC};branch=${SRCBRANCH}" | 16 | SRCREV = "93c9a82bdf31ea055d45cb54ce57cd42e22c90ae" |
16 | SRCREV = "1d943abb1fccc350a129950d2690948f64503bb7" | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | DEFAULT_PREFERENCE = "-1" | 19 | DEFAULT_PREFERENCE = "-1" |