diff options
author | Dodji Seketeli <dodji@openedhand.com> | 2007-06-07 16:37:32 +0000 |
---|---|---|
committer | Dodji Seketeli <dodji@openedhand.com> | 2007-06-07 16:37:32 +0000 |
commit | 7f494f14a3e019966747efecc953c6619be66dc5 (patch) | |
tree | 84d4f90d879730689867ea0da638034de2dd0b26 /meta/packages | |
parent | da9419add5ae4fccc2078bad5c3eab413ed4c15e (diff) | |
download | poky-7f494f14a3e019966747efecc953c6619be66dc5.tar.gz |
make xcalibrate and xcalibrateproto be based on fixed tags in git, not on master.
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
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/libxcalibrate_git.bb | 2 | ||||
-rw-r--r-- | meta/packages/xorg-proto/calibrateproto_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb index 94b5265103..e4df6a1cbf 100644 --- a/meta/packages/xorg-lib/libxcalibrate_git.bb +++ b/meta/packages/xorg-lib/libxcalibrate_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "virtual/libx11 calibrateproto libxext" | |||
9 | 9 | ||
10 | FILES_${PN}-locale += "${datadir}/X11/locale" | 10 | FILES_${PN}-locale += "${datadir}/X11/locale" |
11 | 11 | ||
12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git" | 12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
diff --git a/meta/packages/xorg-proto/calibrateproto_git.bb b/meta/packages/xorg-proto/calibrateproto_git.bb index 8c61f3c0a4..dc03f02bf2 100644 --- a/meta/packages/xorg-proto/calibrateproto_git.bb +++ b/meta/packages/xorg-proto/calibrateproto_git.bb | |||
@@ -4,6 +4,6 @@ DESCRIPTION = " Touchscreen calibration protocol" | |||
4 | 4 | ||
5 | PV = "0.0+git${SRCDATE}" | 5 | PV = "0.0+git${SRCDATE}" |
6 | 6 | ||
7 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git" | 7 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git;tag=a1d5ef0c73fbef3e758c51b57ac69ba9567bae04" |
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||