From: Evade Flow Date: Mon, 8 Oct 2012 17:18:15 +0000 (-0400) Subject: Move 'tag=' to SRCREV in btrfs-tools recipe X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=026ad495deeb0636ce77580a5ade8ce82554794f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Move 'tag=' to SRCREV in btrfs-tools recipe (From OE-Core rev: acb942dbaf118b8021100df95a68fe49dcc77858) Signed-off-by: Evade Flow Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index c2ae2982bae..e963a74fab3 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb @@ -12,7 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" SECTION = "base" DEPENDS = "util-linux attr" -SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git;tag=fdb6c0402337d9607c7a39155088eaf033742752;branch=master" +SRCREV = "fdb6c0402337d9607c7a39155088eaf033742752" +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git;protocol=git" S = "${WORKDIR}/git"