mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
SRC_URI += "file://x11_disable_makekeys.patch \
|
SRC_URI += "file://x11_disable_makekeys.patch \
|
||||||
file://X18NCMSstubs.diff \
|
file://X18NCMSstubs.diff \
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ DESCRIPTION += " Support for XCMS is disabled in this version."
|
|||||||
LICENSE = "MIT & MIT-style & BSD"
|
LICENSE = "MIT & MIT-style & BSD"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
|
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ require xorg-lib-common.inc
|
|||||||
inherit siteinfo
|
inherit siteinfo
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
INC_PR = "r1"
|
||||||
|
|
||||||
PROVIDES = "virtual/libx11"
|
PROVIDES = "virtual/libx11"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
require libx11.inc
|
require libx11.inc
|
||||||
inherit gettext
|
inherit gettext
|
||||||
|
|
||||||
PR = "r1"
|
PR = "${INC_PR}.0"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user