summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xcalibrate
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/xcalibrate')
-rw-r--r--openembedded/packages/xcalibrate/xcalibrate_cvs.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb b/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
deleted file mode 100644
index ab2b076079..0000000000
--- a/openembedded/packages/xcalibrate/xcalibrate_cvs.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1PV = "0.0+cvs${SRCDATE}"
2LICENSE = "BSD-X"
3SECTION = "x11/libs"
4PRIORITY = "optional"
5DEPENDS = "libx11 xcalibrateext libxext"
6DESCRIPTION = "XCalibrate client-side library"
7
8SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate"
9S = "${WORKDIR}/XCalibrate"
10
11inherit autotools pkgconfig
12
13do_stage() {
14 autotools_stage_all
15}