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

git at git.openembedded.org git at git.openembedded.org
Wed Oct 17 14:36:07 UTC 2012


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

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

Move 'tag=' to SRCREV in mtd-utils recipe

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

---

 meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
index 1a9d4d3..bdfb022 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
@@ -6,7 +6,8 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
                     file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c"
 
-SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f \
+SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f"
+SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git \
 		file://add-exclusion-to-mkfs-jffs2-git-2.patch"
 
 S = "${WORKDIR}/git/"





More information about the Openembedded-commits mailing list