libx11: use INC_PR

(From OE-Core rev: d709a0a457ec05291ae56a54af923ca9f43d15aa)

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-09-11 20:17:51 +01:00
committed by Richard Purdie
parent 0359330bdd
commit aa1744d63b
4 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ this version."
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
PR = "r1"
PR = "${INC_PR}.0"
SRC_URI += "file://x11_disable_makekeys.patch \
file://X18NCMSstubs.diff \

View File

@@ -5,7 +5,7 @@ DESCRIPTION += " Support for XCMS is disabled in this version."
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
PR = "r1"
PR = "${INC_PR}.0"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"

View File

@@ -9,6 +9,7 @@ require xorg-lib-common.inc
inherit siteinfo
PE = "1"
INC_PR = "r1"
PROVIDES = "virtual/libx11"

View File

@@ -1,7 +1,7 @@
require libx11.inc
inherit gettext
PR = "r1"
PR = "${INC_PR}.0"
BBCLASSEXTEND = "native nativesdk"