From: Koen Kooi Date: Fri, 18 May 2007 12:23:59 +0000 (+0000) Subject: xcalibrateext: provice compatibility with old cvs version X-Git-Tag: Release-2010-05/1~8868^2~455 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938eaae0ad35de21d49d60b3ac125a0a89659b50;p=openembedded.git xcalibrateext: provice compatibility with old cvs version --- 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 }