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