drm: move to PR/INC_PR, starting at r1 as libdrm_git was at r1

(From OE-Core rev: a5f227d1325572d31f55bb8e8f0e8226687253bb)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2012-07-27 12:53:35 +01:00
committed by Richard Purdie
parent f7750b2517
commit b9546138e3
3 changed files with 4 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
PROVIDES = "drm"
DEPENDS = "libpthread-stubs udev cairo virtual/libx11"
INC_PR = "r1"
#libpciaccess is required starting from libdrm 2.4.26
DEPENDS += " libpciaccess"

View File

@@ -2,7 +2,7 @@ require libdrm.inc
LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
PR = "r0"
PR = "${INC_PR}.0"
SRC_URI += "file://installtests.patch \
file://GNU_SOURCE_definition.patch \

View File

@@ -6,4 +6,4 @@ S = "${WORKDIR}/git"
SRCREV = "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
PV = "2.4.15+git${SRCPV}"
PR = "r1"
PR = "${INC_PR}.0"