libx11-trim: upgrade to the latest version 1.3.4

Updated the SRC_URI;
Added LICENSE and LIC_FILES_CHKSUM;
Reset PR to "r0";
Updated preferred-xorg-versions.inc.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-07-09 13:34:21 +08:00 committed by Richard Purdie
parent fb02061ece
commit da28607833
3 changed files with 15 additions and 12 deletions

View File

@ -38,7 +38,7 @@ PREFERRED_VERSION_libx11 ?= "1.3.4"
PREFERRED_VERSION_libx11-diet ?= "1.3"
PREFERRED_VERSION_libx11-native ?= "1.3.4"
PREFERRED_VERSION_libx11-nativesdk ?= "1.3.4"
PREFERRED_VERSION_libx11-trim ?= "1.3"
PREFERRED_VERSION_libx11-trim ?= "1.3.4"
PREFERRED_VERSION_libxau ?= "1.0.5"
PREFERRED_VERSION_libxau-native ?= "1.0.5"
PREFERRED_VERSION_libxau-nativesdk ?= "1.0.5"

View File

@ -0,0 +1,14 @@
require libx11.inc
LICENSE = "MIT & MIT-style & BSD"
LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5"
PR = "r0"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \
file://../libx11-${PV}/include_fix.patch \
file://../libx11-${PV}/nodolt.patch"
EXTRA_OECONF += "--disable-xcms --with-xcb"

View File

@ -1,11 +0,0 @@
require libx11.inc
PR = "r6"
DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native"
SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
file://include_fix.patch;patch=1 \
file://nodolt.patch;patch=1"
EXTRA_OECONF += "--disable-xcms --with-xcb"