diff options
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 |