[oe-commits] Evade Flow : Move 'tag=' to SRCREV in btrfs-tools recipe

git at git.openembedded.org git at git.openembedded.org
Thu Oct 18 11:26:02 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: acb942dbaf118b8021100df95a68fe49dcc77858
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=acb942dbaf118b8021100df95a68fe49dcc77858

Author: Evade Flow <evadeflow at gmail.com>
Date:   Mon Oct  8 13:18:15 2012 -0400

Move 'tag=' to SRCREV in btrfs-tools recipe

Signed-off-by: Evade Flow <evadeflow at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../btrfs-tools/btrfs-tools_git.bb                 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
index c2ae298..e963a74 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"
 





More information about the Openembedded-commits mailing list