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/xcalibrateext | |
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/xcalibrateext')
-rw-r--r-- | packages/xcalibrateext/xcalibrateext_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/xcalibrateext/xcalibrateext_git.bb b/packages/xcalibrateext/xcalibrateext_git.bb index 9e5943a70b..16955b5753 100644 --- a/packages/xcalibrateext/xcalibrateext_git.bb +++ b/packages/xcalibrateext/xcalibrateext_git.bb @@ -1,11 +1,11 @@ -PV = "0.0+git${SRCDATE}" SECTION = "x11/libs" LICENSE = "BSD-X" DESCRIPTION = "XCalibrate extension headers" +PV = "0.0+gita1d5ef0c73fbef3e758c51b57ac69ba9567bae04" PR = "r1" -SRC_URI = "git://anongit.freedesktop.org/xorg/proto/calibrateproto;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git;tag=a1d5ef0c73fbef3e758c51b57ac69ba9567bae04" S = "${WORKDIR}/git" inherit autotools pkgconfig |