From 938eaae0ad35de21d49d60b3ac125a0a89659b50 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 18 May 2007 12:23:59 +0000 Subject: [PATCH] xcalibrateext: provice compatibility with old cvs version --- packages/xcalibrateext/xcalibrateext_git.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/xcalibrateext/xcalibrateext_git.bb b/packages/xcalibrateext/xcalibrateext_git.bb index 40c21ebd74..9e5943a70b 100644 --- a/packages/xcalibrateext/xcalibrateext_git.bb +++ b/packages/xcalibrateext/xcalibrateext_git.bb @@ -3,6 +3,8 @@ SECTION = "x11/libs" LICENSE = "BSD-X" DESCRIPTION = "XCalibrate extension headers" +PR = "r1" + SRC_URI = "git://anongit.freedesktop.org/xorg/proto/calibrateproto;protocol=git" S = "${WORKDIR}/git" @@ -10,4 +12,6 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all + #make it compatible with the old package from cvs + ln -sf ${PKG_CONFIG_PATH}/xcalibrateproto.pc ${PKG_CONFIG_PATH}/xcalibrateext.pc } -- 2.39.5