libx11: refresh dependencies, and centralise into libx11.inc

(From OE-Core rev: a66e6a7765525d3e18cd81b68c422b3dab81d498)

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:59 +01:00 committed by Richard Purdie
parent d7a03d5bd0
commit 84279136fe
4 changed files with 4 additions and 11 deletions

View File

@ -18,9 +18,6 @@ RPROVIDES_${PN}-locale = "libx11-locale"
SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6"
SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86"
DEPENDS += "libxcb bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
libxdmcp xf86bigfontproto kbproto inputproto xproto-native"
FILESDIR = "${@os.path.dirname(d.getVar('FILE', True))}/libx11"
EXTRA_OECONF += "--disable-xlocale"

View File

@ -4,8 +4,6 @@ DESCRIPTION += " Support for XCMS is disabled in this version."
PR = "${INC_PR}.0"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
SRC_URI += "file://x11_disable_makekeys.patch \
file://keysymdef_include.patch \
file://makekeys_crosscompile.patch"

View File

@ -11,7 +11,7 @@ inherit siteinfo
FILESPATH = "${FILE_DIRNAME}/libx11"
PE = "1"
INC_PR = "r5"
INC_PR = "r6"
PROVIDES = "virtual/libx11"
@ -19,6 +19,9 @@ XORG_PN = "libX11"
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7"
DEPENDS += "xproto xextproto xtrans libxcb kbproto inputproto"
DEPENDS += "xf86bigfontproto xproto-native"
PACKAGES =+ "${PN}-xcb"
FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt"

View File

@ -5,11 +5,6 @@ PR = "${INC_PR}.0"
BBCLASSEXTEND = "native nativesdk"
DEPENDS += "util-macros xtrans libxdmcp libxau \
bigreqsproto xproto xextproto xcmiscproto \
xf86bigfontproto kbproto inputproto libxcb \
xproto-native"
SRC_URI += " file://keysymdef_include.patch \
file://x11_disable_makekeys.patch \
file://makekeys_crosscompile.patch \