diff options
author | Valentin Popa <valentin.popa@intel.com> | 2013-10-29 14:50:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 17:33:14 +0000 |
commit | 3d204a58b38c5513e29aefacf190ab37c8a76505 (patch) | |
tree | 3c883f1c1005417794f1f031f2c200461be74eac /meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb | |
parent | 1d8cfc7fea59c2b550840cfdb7eb6f1b4c7e1b80 (diff) | |
download | poky-3d204a58b38c5513e29aefacf190ab37c8a76505.tar.gz |
libx11: upgrade to 1.6.2
Adapted X18NCMSstubs.diff to correctly apply.
Tested on core-image-sato (for both libx11 and
libx11-diet)
(From OE-Core rev: 1179a6dc039fc4ce7a540450de55f5a39681370e)
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb new file mode 100644 index 0000000000..2377d61c37 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require libx11.inc | ||
2 | inherit gettext | ||
3 | |||
4 | BBCLASSEXTEND = "native nativesdk" | ||
5 | |||
6 | SRC_URI += "file://disable_tests.patch \ | ||
7 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5" | ||
10 | SRC_URI[sha256sum] = "2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16" | ||