diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-13 08:25:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-13 08:25:24 +0000 |
commit | 850164965c34ac53488bf27e1a4e56283c1d4e08 (patch) | |
tree | c15bd20342a5179623f8cadf999f8acb96a3f59b /packages/xcalibrate | |
parent | fdcc51a356e836eddab6e14a02d92ab20050a1d5 (diff) |
xcalibrate: merge fixes from poky. This should stop it fetching everytime and allow builds from machines without internet connection
Diffstat (limited to 'packages/xcalibrate')
-rw-r--r-- | packages/xcalibrate/xcalibrate_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xcalibrate/xcalibrate_git.bb b/packages/xcalibrate/xcalibrate_git.bb index 7b2b4d3b63..aba693ad6c 100644 --- a/packages/xcalibrate/xcalibrate_git.bb +++ b/packages/xcalibrate/xcalibrate_git.bb @@ -1,11 +1,12 @@ -PV = "0.0+git${SRCDATE}" LICENSE = "BSD-X" SECTION = "x11/libs" PRIORITY = "optional" DEPENDS = "virtual/libx11 xcalibrateext libxext" DESCRIPTION = "XCalibrate client-side library" -SRC_URI = "git://anongit.freedesktop.org/xorg/lib/libXCalibrate;protocol=git" +PV = "0.0+git4be232e30cd33a44a1ce6d3ec429ee6101540c62" + +SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62" S = "${WORKDIR}/git" inherit autotools pkgconfig |