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 14:54:58 +0100 |
commit | 7a10eccc75f12bfe3afb925c976405cfcd9baeb0 (patch) | |
tree | c7764578b2741c6cbd9dfce43ea925e7d4cead44 /meta | |
parent | 438852881a9450b2686e3f61d4efe260fa4b2c94 (diff) | |
download | openembedded-core-7a10eccc75f12bfe3afb925c976405cfcd9baeb0.tar.gz openembedded-core-7a10eccc75f12bfe3afb925c976405cfcd9baeb0.tar.bz2 openembedded-core-7a10eccc75f12bfe3afb925c976405cfcd9baeb0.zip |
libx11-trim: remove, it's the same as libx11 now
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 @@ -require libx11.inc - -DESCRIPTION += " Support for XCMS is disabled in this version." - -PR = "${INC_PR}.0" - -SRC_URI += "file://x11_disable_makekeys.patch \ - file://keysymdef_include.patch \ - file://makekeys_crosscompile.patch" - -RPROVIDES_${PN}-dev = "libx11-dev" -RPROVIDES_${PN}-locale = "libx11-locale" - -SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" -SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" |