diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-18 12:23:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-18 12:23:59 +0000 |
commit | 938eaae0ad35de21d49d60b3ac125a0a89659b50 (patch) | |
tree | 907acf0aa8c78536be6c01611bb46ef5ffcbd708 /packages | |
parent | b65794689bd2cc87ea37864345854f88381cad30 (diff) |
xcalibrateext: provice compatibility with old cvs version
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xcalibrateext/xcalibrateext_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |