diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-09 13:32:10 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-13 15:21:43 +0100 |
commit | fb02061ecea0bf6cc6c4a309627a16d759a9c83e (patch) | |
tree | 8d7670a5aeb5a7f18f2b7f7ae673246b67bc6ea6 /meta/conf/distro/include/preferred-xorg-versions.inc | |
parent | 40421c1024497cb8729fbfb494c5852ee0dc6992 (diff) | |
download | poky-fb02061ecea0bf6cc6c4a309627a16d759a9c83e.tar.gz |
libx11: upgrade to the latest version 1.3.4
Rebased the 3 patches x11_disable_makekeys.patch, nodolt.patch and
include_fix.patch; since the patches are also used by other recipes of lower
versions, I created a new directory libx11-1.3.4/ to hold the rebased
patches (the original patches are still kept unchanged);
Updated LICENSE and LIC_FILES_CHKSUM, and reset PR to "r0";
Removed "patch=1" in SRC_URI as by default a patch is applied;
Updated preferred-xorg-versions.inc.
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/conf/distro/include/preferred-xorg-versions.inc')
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index 1085c6309b..060c8b7ecb 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -34,10 +34,10 @@ PREFERRED_VERSION_liblbxutil ?= "1.1.0" | |||
34 | PREFERRED_VERSION_liboldx ?= "1.0.1" | 34 | PREFERRED_VERSION_liboldx ?= "1.0.1" |
35 | PREFERRED_VERSION_libsm ?= "1.1.1" | 35 | PREFERRED_VERSION_libsm ?= "1.1.1" |
36 | PREFERRED_VERSION_libwindowswm ?= "1.0.0" | 36 | PREFERRED_VERSION_libwindowswm ?= "1.0.0" |
37 | PREFERRED_VERSION_libx11 ?= "1.3" | 37 | PREFERRED_VERSION_libx11 ?= "1.3.4" |
38 | PREFERRED_VERSION_libx11-diet ?= "1.3" | 38 | PREFERRED_VERSION_libx11-diet ?= "1.3" |
39 | PREFERRED_VERSION_libx11-native ?= "1.3" | 39 | PREFERRED_VERSION_libx11-native ?= "1.3.4" |
40 | PREFERRED_VERSION_libx11-nativesdk ?= "1.3" | 40 | PREFERRED_VERSION_libx11-nativesdk ?= "1.3.4" |
41 | PREFERRED_VERSION_libx11-trim ?= "1.3" | 41 | PREFERRED_VERSION_libx11-trim ?= "1.3" |
42 | PREFERRED_VERSION_libxau ?= "1.0.5" | 42 | PREFERRED_VERSION_libxau ?= "1.0.5" |
43 | PREFERRED_VERSION_libxau-native ?= "1.0.5" | 43 | PREFERRED_VERSION_libxau-native ?= "1.0.5" |