diff options
Diffstat (limited to 'packages/xxf86dgaext/xxf86dgaext_cvs.bb')
-rw-r--r-- | packages/xxf86dgaext/xxf86dgaext_cvs.bb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/xxf86dgaext/xxf86dgaext_cvs.bb b/packages/xxf86dgaext/xxf86dgaext_cvs.bb index 1e69cfab0f..0ca3839745 100644 --- a/packages/xxf86dgaext/xxf86dgaext_cvs.bb +++ b/packages/xxf86dgaext/xxf86dgaext_cvs.bb @@ -1,18 +1,9 @@ PV = "0.0cvs${CVSDATE}" LICENSE = "Xorg" SECTION = "x11/libs" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" DESCRIPTION = "Xxf86dga extension headers" SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=XF86DGAExt" S = "${WORKDIR}/XF86DGAExt" inherit autotools pkgconfig - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |