aboutsummaryrefslogtreecommitdiffstats
path: root/xpm/xpm_cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'xpm/xpm_cvs.oe')
-rw-r--r--xpm/xpm_cvs.oe17
1 files changed, 0 insertions, 17 deletions
diff --git a/xpm/xpm_cvs.oe b/xpm/xpm_cvs.oe
deleted file mode 100644
index e3dcf41c86..0000000000
--- a/xpm/xpm_cvs.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-PV = "0.0cvs${CVSDATE}"
-LICENSE = "X-BSD"
-SECTION = "x11/libs"
-PRIORITY = "optional"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xproto x11"
-DESCRIPTION = "X Pixmap library."
-
-SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xpm"
-S = "${WORKDIR}/Xpm"
-
-inherit autotools pkgconfig
-
-do_stage () {
- install -m 0644 ${S}/lib/xpm.h ${STAGING_INCDIR}/X11/xpm.h
- oe_libinstall -a -so -C lib libXpm ${STAGING_LIBDIR}
-}