diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-08-18 19:59:27 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-08-18 19:59:27 +0000 |
commit | a007a699f5eab30ab41aecdd2e3301fe1825c46c (patch) | |
tree | 3c33cfb78cf58bce992bff4d7a447eb56531f4da /recipes/xcalibrateext | |
parent | bf2a35c5137ea50873ca8bcda3a93d9625b0f4cd (diff) |
xcalibrateext: Removed old recipe replaced by calibrateproto.
Diffstat (limited to 'recipes/xcalibrateext')
-rw-r--r-- | recipes/xcalibrateext/xcalibrateext_git.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes/xcalibrateext/xcalibrateext_git.bb b/recipes/xcalibrateext/xcalibrateext_git.bb deleted file mode 100644 index 51649c9be3..0000000000 --- a/recipes/xcalibrateext/xcalibrateext_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -SECTION = "x11/libs" -LICENSE = "BSD-X" -DESCRIPTION = "XCalibrate extension headers" - -PV = "0.0+gita1d5ef0c73fbef3e758c51b57ac69ba9567bae04" -PR = "r1" - -SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git;tag=a1d5ef0c73fbef3e758c51b57ac69ba9567bae04" -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all - #make it compatible with the old package from cvs - ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc -} |