summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-lib
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-04-18 10:21:08 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-18 12:28:54 +0200
commitdde0dbff882202068f41a761c74cd417caad5de1 (patch)
tree3ca2c7ff407b462e575af76246df9492f3677676 /meta-oe/recipes-graphics/xorg-lib
parentd3d30a1362a77cf1c19aa5c479327632b5261d94 (diff)
downloadmeta-openembedded-dde0dbff882202068f41a761c74cd417caad5de1.tar.gz
recipes-graphics: remove xorg recipes which were upgraded to same versions in oe-core
* be aware that PR went backwards in some cases, due to INC_PR in our recipes :/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-lib')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libxext_1.2.0.bb18
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libxi_1.4.2.bb21
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libxt_1.1.1.bb37
3 files changed, 0 insertions, 76 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxext_1.2.0.bb b/meta-oe/recipes-graphics/xorg-lib/libxext_1.2.0.bb
deleted file mode 100644
index 3d18d6288..000000000
--- a/meta-oe/recipes-graphics/xorg-lib/libxext_1.2.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "X11 miscellaneous extension library"
2
3require xorg-lib-common.inc
4
5LICENSE = "MIT-style"
6LIC_FILES_CHKSUM = "file://COPYING;md5=0542b0321c1c9a7a20b23a1b9fa45f91"
7
8DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
9PROVIDES = "xext"
10
11PR = "r0"
12PE = "1"
13
14XORG_PN = "libXext"
15
16
17SRC_URI[md5sum] = "9bb236ff0193e9fc1c1fb504dd840331"
18SRC_URI[sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7"
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxi_1.4.2.bb b/meta-oe/recipes-graphics/xorg-lib/libxi_1.4.2.bb
deleted file mode 100644
index 94299c091..000000000
--- a/meta-oe/recipes-graphics/xorg-lib/libxi_1.4.2.bb
+++ /dev/null
@@ -1,21 +0,0 @@
1require xorg-lib-common.inc
2
3SUMMARY = "XI: X Input extension library"
4
5DESCRIPTION = "libxi is an extension to the X11 protocol to support \
6input devices other than the core X keyboard and pointer. It allows \
7client programs to select input from these devices independently from \
8each other and independently from the core devices."
9
10LICENSE = "MIT & MIT-style"
11LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
12 file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f"
13
14DEPENDS += "libxext inputproto"
15PE = "1"
16PR = "${INC_PR}.0"
17
18SRC_URI[md5sum] = "3d14f7bfc4a4335cf0144de9b67a5444"
19SRC_URI[sha256sum] = "272b8041efc0a0203fb0ba33481ddec989539aed862181b58c8c3e410e325691"
20
21XORG_PN = "libXi"
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxt_1.1.1.bb b/meta-oe/recipes-graphics/xorg-lib/libxt_1.1.1.bb
deleted file mode 100644
index 8c22f62ec..000000000
--- a/meta-oe/recipes-graphics/xorg-lib/libxt_1.1.1.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1require xorg-lib-common.inc
2
3SUMMARY = "Xt: X Toolkit Intrinsics library"
4
5DESCRIPTION = "The Intrinsics are a programming library tailored to the \
6special requirements of user interface construction within a network \
7window system, specifically the X Window System. The Intrinsics and a \
8widget set make up an X Toolkit. The Intrinsics provide the base \
9mechanism necessary to build a wide variety of interoperating widget \
10sets and application environments. The Intrinsics are a layer on top of \
11Xlib, the C Library X Interface. They extend the fundamental \
12abstractions provided by the X Window System while still remaining \
13independent of any particular user interface policy or style."
14
15LICENSE = "MIT & MIT-style"
16LIC_FILES_CHKSUM = "file://COPYING;md5=3239170e81427c5948287df07691f03f"
17
18DEPENDS += "libsm virtual/libx11 kbproto"
19PE = "1"
20PR = "${INC_PR}.0"
21
22SRC_URI[md5sum] = "eb22c0a1f172b06b97a3f5ae89768412"
23SRC_URI[sha256sum] = "a2a1c29c684e3c9082cdb920b5aea802b179d19107b9ab2170fda07575559da7"
24
25EXTRA_OECONF += "--disable-install-makestrs --disable-xkb"
26
27do_compile() {
28 (
29 unset CC LD CXX CCLD
30 oe_runmake -C util 'XT_CFLAGS=' 'CC=${BUILD_CC}' 'LD=${BUILD_LD}' 'CXX=${BUILD_CXX}' 'CCLD=${BUILD_CCLD}' 'CFLAGS=-D_GNU_SOURCE -I${STAGING_INCDIR_NATIVE} ${BUILD_CFLAGS}' 'LDFLAGS=${BUILD_LDFLAGS}' 'CXXFLAGS=${BUILD_CXXFLAGS}' 'CPPFLAGS=${BUILD_CPPFLAGS}' makestrs
31 ) || exit 1
32 oe_runmake
33}
34
35BBCLASSEXTEND = "native"
36
37XORG_PN = "libXt"