diff options
Diffstat (limited to 'xproto/xproto-cvs.oe')
-rw-r--r-- | xproto/xproto-cvs.oe | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xproto/xproto-cvs.oe b/xproto/xproto-cvs.oe deleted file mode 100644 index a14254c8ef..0000000000 --- a/xproto/xproto-cvs.oe +++ /dev/null @@ -1,19 +0,0 @@ -PV = "0.0cvs${CVSDATE}" -SECTION = "libs" -MAINTAINER = "Greg Gilbert <greg@treke.net>" -PROVIDES = "xproto" -DESCRIPTION = "X protocol and ancillary headers." - -SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xproto" -S = "${WORKDIR}/Xproto" - -inherit autotools pkgconfig - - -do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} -} |