]> code.ossystems Code Review - openembedded-core.git/commitdiff
make xcalibrate and xcalibrateproto be based on fixed tags in git, not on master.
authorDodji Seketeli <dodji@openedhand.com>
Thu, 7 Jun 2007 16:37:32 +0000 (16:37 +0000)
committerDodji Seketeli <dodji@openedhand.com>
Thu, 7 Jun 2007 16:37:32 +0000 (16:37 +0000)
This will prevent the git fetcher to for pulling from inet
if these have been fetched already.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1886 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xorg-lib/libxcalibrate_git.bb
meta/packages/xorg-proto/calibrateproto_git.bb

index 94b5265103eba744eda737563889491c3a4532d8..e4df6a1cbfe7622289ede973f75025718ae62c56 100644 (file)
@@ -9,7 +9,7 @@ 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
index 8c61f3c0a41f68a9f3e0aa7366efab6f3eb1a3c2..dc03f02bf23b59970198117ef694f9da6d5c3b35 100644 (file)
@@ -4,6 +4,6 @@ DESCRIPTION = " Touchscreen calibration protocol"
 
 PV = "0.0+git${SRCDATE}"
 
-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"