summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-04-25 00:31:17 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-10 13:57:32 +0200
commit478df1fe37f75030a6a72fb33e762512719b0729 (patch)
treeb5fe7d2fd16411411a64340f2c7522a7ddd45db1 /meta-oe
parent295562b3112273d81e1eb5c25f8ce9e92356e392 (diff)
downloadmeta-openembedded-478df1fe37f75030a6a72fb33e762512719b0729.tar.gz
libxfixes, util-macros: drop from meta-oe, now they are in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb22
-rw-r--r--meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb15
-rw-r--r--meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc11
3 files changed, 0 insertions, 48 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb b/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb
deleted file mode 100644
index 4ca1ea284b..0000000000
--- a/meta-oe/recipes-graphics/xorg-lib/libxfixes_5.0.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1SUMMARY = "XFixes: X Fixes extension library."
2
3DESCRIPTION = "X applications have often needed to work around various \
4shortcomings in the core X window system. This extension is designed to \
5provide the minimal server-side support necessary to eliminate problems \
6caused by these workarounds."
7
8require xorg-lib-common.inc
9
10LICENSE = "MIT-style"
11LIC_FILES_CHKSUM = "file://COPYING;md5=3c1ce42c334a6f5cccb0277556a053e0"
12
13DEPENDS += "virtual/libx11 xproto fixesproto xextproto"
14PE = "1"
15PR = "${INC_PR}.0"
16
17SRC_URI[md5sum] = "678071bd7f9f7467e2fc712d81022318"
18SRC_URI[sha256sum] = "537a2446129242737a35db40081be4bbcc126e56c03bf5f2b142b10a79cda2e3"
19
20BBCLASSEXTEND = "native"
21
22XORG_PN = "libXfixes"
diff --git a/meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb b/meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb
deleted file mode 100644
index 3f4471aee6..0000000000
--- a/meta-oe/recipes-graphics/xorg-util/util-macros_1.13.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1require xorg-util-common.inc
2
3DESCRIPTION = "X autotools macros"
4PE = "1"
5
6LICENSE = "MIT & MIT-style"
7LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662"
8
9ALLOW_EMPTY = "1"
10BBCLASSEXTEND = "native nativesdk"
11
12PR = "${INC_PR}.0"
13
14SRC_URI[md5sum] = "31e9ddcbc1d8bc8c09ab180443974dd1"
15SRC_URI[sha256sum] = "7bff944fb120192e7fe1706e9c0b7e41666e7983ce3e2bdef0b7734392d9e695"
diff --git a/meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc b/meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc
deleted file mode 100644
index e5c8ce9304..0000000000
--- a/meta-oe/recipes-graphics/xorg-util/xorg-util-common.inc
+++ /dev/null
@@ -1,11 +0,0 @@
1HOMEPAGE = "http://www.x.org"
2SECTION = "x11/utils"
3LICENSE = "MIT-X"
4
5INC_PR = "r2"
6
7SRC_URI = "${XORG_MIRROR}/individual/util/${BPN}-${PV}.tar.gz"
8
9S = "${WORKDIR}/${BPN}-${PV}"
10
11inherit autotools pkgconfig