diff mbox

libxext_git: Added git revision to avoid fetch warning

Message ID 1379665300-10150-1-git-send-email-kibo@prevas.dk
State Rejected
Delegated to: Jacob Kjaergaard
Headers show

Commit Message

Kim Bøndergaard Sept. 20, 2013, 8:21 a.m. UTC
---
 recipes/xorg-lib/libxext_git.oe | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/recipes/xorg-lib/libxext_git.oe b/recipes/xorg-lib/libxext_git.oe
index 9f96229..f4f218b 100644
--- a/recipes/xorg-lib/libxext_git.oe
+++ b/recipes/xorg-lib/libxext_git.oe
@@ -12,13 +12,13 @@  extensions."
 
 DEPENDS += "xproto libx11 xextproto libxau libxdmcp"
 PROVIDES_${PN} =  "xext"
-SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d"
+SRC_REV = "commit=d1f3bc77a48c8e42771579e3fdf3370b35d3209d"
 PE = "1"
 PV = "1.0.99.1+gitr${}"
 
 XORG_PN = "libXext"
 
-SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git"
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git;${SRC_REV}"
 S = "${SRCDIR}/git/"
 
 RECIPE_TYPES = "machine sdk"