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