xcalibrate: merge fixes from poky. This should stop it fetching everytime and allow...
authorKoen Kooi <koen@openembedded.org>
Wed, 13 Jun 2007 08:25:24 +0000 (08:25 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 Jun 2007 08:25:24 +0000 (08:25 +0000)
packages/xcalibrate/xcalibrate_git.bb
packages/xcalibrateext/xcalibrateext_git.bb
packages/xorg-lib/libxcalibrate_git.bb
packages/xorg-proto/calibrateproto_git.bb

index 7b2b4d3..aba693a 100644 (file)
@@ -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
index 9e5943a..16955b5 100644 (file)
@@ -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
index 94b5265..4e70d26 100644 (file)
@@ -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
 }
+       
index 8c61f3c..bc407ba 100644 (file)
@@ -2,8 +2,8 @@ require xorg-proto-common.inc
 
 DESCRIPTION = "        Touchscreen calibration protocol"
 
-PV = "0.0+git${SRCDATE}"
+PV = "0.0+gita1d5ef0c73fbef3e758c51b57ac69ba9567bae04"
 
-SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git;tag=a1d5ef0c73fbef3e758c51b57ac69ba9567bae04"
 S = "${WORKDIR}/git"