diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-03 09:42:47 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-11 17:04:33 +0100 |
commit | 4478f86d9dbb04e57c07030a1a509f2073547021 (patch) | |
tree | 692d1291d286f6358cfa17ffdf37ce37084d5943 /meta/recipes-graphics | |
parent | c3ae134362382fd0db6ee34613b0c258076ef9b6 (diff) | |
download | openembedded-core-4478f86d9dbb04e57c07030a1a509f2073547021.tar.gz openembedded-core-4478f86d9dbb04e57c07030a1a509f2073547021.tar.bz2 openembedded-core-4478f86d9dbb04e57c07030a1a509f2073547021.zip |
libx11: remove older 1.3.4
* libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb deleted file mode 100644 index ffec7d1629..0000000000 --- a/meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb +++ /dev/null @@ -1,35 +0,0 @@ -require libx11.inc -inherit gettext - -LICENSE = "MIT & MIT-style & BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" - -PE = "1" -PR = "r4" - -SRC_URI += "file://x11_disable_makekeys.patch \ - file://nodolt.patch \ - file://include_fix.patch \ - file://makekeys_crosscompile.patch" - -SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd" -SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" - -DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ - libxdmcp xf86bigfontproto kbproto inputproto xproto-native libxcb" - -DEPENDS_virtclass-native += "bigreqsproto-native xextproto-native \ - xtrans-native libxau-native xcmiscproto-native \ - libxdmcp-native xf86bigfontproto-native kbproto-native \ - inputproto-native xproto-native" - -DEPENDS_virtclass-nativesdk += "bigreqsproto xproto xextproto \ - xtrans libxau xcmiscproto libxdmcp xf86bigfontproto kbproto \ - inputproto xproto-native" - -XCB = "--with-xcb" -XCB_virtclass-native = "--without-xcb" -XCB_virtclass-nativesdk = "--without-xcb" -EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h ${XCB}" - -BBCLASSEXTEND = "native nativesdk" |