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/xorg-lib | |
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/xorg-lib')
-rw-r--r-- | packages/xorg-lib/libxcalibrate_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/xorg-lib/libxcalibrate_git.bb b/packages/xorg-lib/libxcalibrate_git.bb index 94b5265103..4e70d2670a 100644 --- a/packages/xorg-lib/libxcalibrate_git.bb +++ b/packages/xorg-lib/libxcalibrate_git.bb @@ -3,13 +3,13 @@ SECTION = "x11/libs" PRIORITY = "optional" LICENSE = "BSD-X" -PV = "0.0+git${SRCDATE}" +PV = "0.0+git4be232e30cd33a44a1ce6d3ec429ee6101540c62" DEPENDS = "virtual/libx11 calibrateproto libxext" FILES_${PN}-locale += "${datadir}/X11/locale" -SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62" S = "${WORKDIR}/git" inherit autotools pkgconfig @@ -17,3 +17,4 @@ inherit autotools pkgconfig do_stage() { autotools_stage_all } + |