diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-10-27 19:30:19 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-10-27 19:30:19 +0000 |
commit | cc275201d00719f0ae4d9d594261d3e8e6a9736b (patch) | |
tree | 9984560113aa5f8662cbe8a25d0f5ee871a84f9a /meta/packages/fixesext | |
parent | 298a30b983a94de618f01d0edf060939f09ae0cd (diff) | |
download | poky-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.bb | 19 |
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 @@ | |||
1 | PV = "0.0+cvs${SRCDATE}" | ||
2 | LICENSE= "BSD-X" | ||
3 | SECTION = "libs" | ||
4 | DEPENDS = "xextensions" | ||
5 | DESCRIPTION = "X Fixes extension headers and specification." | ||
6 | DEFAULT_PREFERENCE = "1" | ||
7 | |||
8 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=FixesExt" | ||
9 | S = "${WORKDIR}/FixesExt" | ||
10 | |||
11 | inherit autotools pkgconfig | ||
12 | |||
13 | do_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 | } | ||