diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:18:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:51 +0100 |
commit | fdf87242d9de6e1524330ec72b196906b2624809 (patch) | |
tree | babe47ae0991cc8434f55676cb8625de3c06c6a6 /meta | |
parent | 680ffe36f0955a79756398ded8f625884d29662b (diff) | |
download | poky-fdf87242d9de6e1524330ec72b196906b2624809.tar.gz |
libx11-trim: remove, it's the same as libx11 now
(From OE-Core rev: 7a10eccc75f12bfe3afb925c976405cfcd9baeb0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb deleted file mode 100644 index 6619946c4c..0000000000 --- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | require libx11.inc | ||
2 | |||
3 | DESCRIPTION += " Support for XCMS is disabled in this version." | ||
4 | |||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | SRC_URI += "file://x11_disable_makekeys.patch \ | ||
8 | file://keysymdef_include.patch \ | ||
9 | file://makekeys_crosscompile.patch" | ||
10 | |||
11 | RPROVIDES_${PN}-dev = "libx11-dev" | ||
12 | RPROVIDES_${PN}-locale = "libx11-locale" | ||
13 | |||
14 | SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" | ||
15 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" | ||