summaryrefslogtreecommitdiffstats
path: root/meta/packages/fixesext
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/fixesext
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/fixesext')
-rw-r--r--meta/packages/fixesext/fixesext_cvs.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/fixesext/fixesext_cvs.bb b/meta/packages/fixesext/fixesext_cvs.bb
deleted file mode 100644
index 4ddbc96c64..0000000000
--- a/meta/packages/fixesext/fixesext_cvs.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1PV = "0.0+cvs${SRCDATE}"
2LICENSE= "BSD-X"
3SECTION = "libs"
4DEPENDS = "xextensions"
5DESCRIPTION = "X Fixes extension headers and specification."
6DEFAULT_PREFERENCE = "1"
7
8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FixesExt"
9S = "${WORKDIR}/FixesExt"
10
11inherit autotools pkgconfig
12
13do_stage() {
14 oe_runmake install prefix=${STAGING_DIR} \
15 bindir=${STAGING_BINDIR} \
16 includedir=${STAGING_INCDIR} \
17 libdir=${STAGING_LIBDIR} \
18 datadir=${STAGING_DATADIR}
19}