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

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 11:09:44 UTC 2012


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

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