summaryrefslogtreecommitdiff
path: root/xproto/xproto_6.6.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xproto/xproto_6.6.2.oe')
-rw-r--r--xproto/xproto_6.6.2.oe16
1 files changed, 0 insertions, 16 deletions
diff --git a/xproto/xproto_6.6.2.oe b/xproto/xproto_6.6.2.oe
deleted file mode 100644
index 101d0b4067..0000000000
--- a/xproto/xproto_6.6.2.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-SECTION = "x11/libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DESCRIPTION = "X protocol and ancillary headers."
-
-SRC_URI = "${XLIBS_MIRROR}/xproto-${PV}.tar.gz"
-S = "${WORKDIR}/xproto-${PV}"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}