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/compositeext | |
| 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/compositeext')
| -rw-r--r-- | meta/packages/compositeext/compositeext_cvs.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/packages/compositeext/compositeext_cvs.bb b/meta/packages/compositeext/compositeext_cvs.bb deleted file mode 100644 index 8f0f4f9f46..0000000000 --- a/meta/packages/compositeext/compositeext_cvs.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | PV = "0.0+cvs${SRCDATE}" | ||
| 2 | LICENSE= "BSD-X" | ||
| 3 | SECTION = "libs" | ||
| 4 | DEPENDS = "xextensions fixesext" | ||
| 5 | DESCRIPTION = "X Composite extension headers and specification" | ||
| 6 | DEFAULT_PREFERENCE = "1" | ||
| 7 | |||
| 8 | SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=CompositeExt" | ||
| 9 | S = "${WORKDIR}/CompositeExt" | ||
| 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 | } | ||
