aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/drm/libdrm_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-graphics/drm/libdrm_git.bb')
-rw-r--r--common/recipes-graphics/drm/libdrm_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/recipes-graphics/drm/libdrm_git.bb b/common/recipes-graphics/drm/libdrm_git.bb
index 4c775af7..d516c526 100644
--- a/common/recipes-graphics/drm/libdrm_git.bb
+++ b/common/recipes-graphics/drm/libdrm_git.bb
@@ -9,15 +9,15 @@ SECTION = "x11/base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
PROVIDES = "drm"
-PV = "git"
+DRM_VERSION = "2.4.96"
+PV = "${DRM_VERSION}+git${SRCPV}"
inherit autotools pkgconfig
-SRCREV = "85ae22af0f209e73c954d8867d9189ab2cfeb3e1"
+SRCREV = "5a3bdc7add2f30f7673052376514c91dbcd1b64a"
DEPENDS = "libpthread-stubs udev libpciaccess freetype libxext cairo fontconfig libxrender libpng pixman"
SRC_URI = "git://anongit.freedesktop.org/mesa/drm;branch=master \
- file://0001-headers-sync-up-amdgpu_drm.h-with-drm-next.patch \
file://amdgpu.ids \
"