mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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:
committed by
Richard Purdie
parent
0359330bdd
commit
aa1744d63b
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ require xorg-lib-common.inc
|
||||
inherit siteinfo
|
||||
|
||||
PE = "1"
|
||||
INC_PR = "r1"
|
||||
|
||||
PROVIDES = "virtual/libx11"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require libx11.inc
|
||||
inherit gettext
|
||||
|
||||
PR = "r1"
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user