diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-08-26 17:54:23 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-26 17:54:23 -0300 |
| commit | 77c925566248d09524c8e673cea5045064bc363d (patch) | |
| tree | be5a2a6f41476910d1d293a3c930e5ed8a1d74bd /recipes-graphics/drm/libdrm_2.4.109.imx.bb | |
| parent | f9ab873cbe264f0c809fd876ed23bf31a3903a3d (diff) | |
| parent | 96f0ad1126bdeca57b810b7c2ac010fa7af9ab25 (diff) | |
| download | meta-freescale-77c925566248d09524c8e673cea5045064bc363d.tar.gz | |
Merge pull request #1183 from thochstein/graphics
Graphics for NXP Release 5.15.32-2.0.0
Diffstat (limited to 'recipes-graphics/drm/libdrm_2.4.109.imx.bb')
| -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 6a9ab2541..ff00b7286 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" |
