summaryrefslogtreecommitdiffstats
path: root/meta/packages/resourceext/resourceext_1.0.bb
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-10-27 19:30:19 +0000
committerChris Larson <kergoth@openedhand.com>2006-10-27 19:30:19 +0000
commitcc275201d00719f0ae4d9d594261d3e8e6a9736b (patch)
tree9984560113aa5f8662cbe8a25d0f5ee871a84f9a /meta/packages/resourceext/resourceext_1.0.bb
parent298a30b983a94de618f01d0edf060939f09ae0cd (diff)
downloadpoky-cc275201d00719f0ae4d9d594261d3e8e6a9736b.tar.gz
Kill some old x packages.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@826 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/resourceext/resourceext_1.0.bb')
-rw-r--r--meta/packages/resourceext/resourceext_1.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/packages/resourceext/resourceext_1.0.bb b/meta/packages/resourceext/resourceext_1.0.bb
deleted file mode 100644
index 55780b1d22..0000000000
--- a/meta/packages/resourceext/resourceext_1.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SECTION = "libs"
2LICENSE = "Xorg"
3DEPENDS = "xextensions"
4DESCRIPTION = "X Resource usage extension headers"
5
6SRC_URI = "${XLIBS_MIRROR}/resourceext-${PV}.tar.bz2"
7
8inherit autotools pkgconfig
9
10do_stage() {
11 oe_runmake install prefix=${STAGING_DIR} \
12 bindir=${STAGING_BINDIR} \
13 includedir=${STAGING_INCDIR} \
14 libdir=${STAGING_LIBDIR} \
15 datadir=${STAGING_DATADIR}
16}