aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xcalibrateext
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2006-09-29 01:53:33 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2006-09-29 01:53:33 +0000
commit8c3b8c97db1b8fbef02db8b6dc41cd7adc281e7e (patch)
treeefb6283eb7d2ebf224c4191e6d7063a7c96cd895 /packages/xcalibrateext
parent6148d0d6c1c662ce6c00893028001ed0db64951f (diff)
downloadopenembedded-8c3b8c97db1b8fbef02db8b6dc41cd7adc281e7e.tar.gz
xcalibrateext_cvs: Follow git renaming of xcalibrateext to xcalibrateproto.
* XCalibrate was migrated to X.org git, where most other packages live. * After that, to follow new convention, its protocol definition part (vs implementation library) was renamed to have "proto" suffix. * That's state of git repo now, and if we patch older xserver release with XCalibrate support, let's make sure that this is done in a manner compatible with the git (as obviously, that will be base for new release). * This means, xserver-kdrive cannot be any longer built with older XCalibrate from previous CVS repo, and thus, it better be removed to alleviate confusion. * Move CVS bb to obsolete/ for now.
Diffstat (limited to 'packages/xcalibrateext')
-rw-r--r--packages/xcalibrateext/xcalibrateext_cvs.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_cvs.bb b/packages/xcalibrateext/xcalibrateext_cvs.bb
deleted file mode 100644
index 4e47c1677e..0000000000
--- a/packages/xcalibrateext/xcalibrateext_cvs.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-PV = "0.0+cvs${SRCDATE}"
-SECTION = "x11/libs"
-LICENSE = "BSD-X"
-DESCRIPTION = "XCalibrate extension headers"
-
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrateExt"
-S = "${WORKDIR}/XCalibrateExt"
-
-inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}