[yocto] [PATCH] mtd-utils: update SRC_URI to support BB_NO_NETWORK

Martin Donnelly martin.donnelly at ge.com
Fri Sep 28 03:34:04 PDT 2012


Move the tag from the SRC_URI to SRCREV to enable builds
using BB_NO_NETWORK

Signed-off-by: Martin Donnelly <martin.donnelly at ge.com>
---
 meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 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..f371739 100644
--- a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
+++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb
@@ -6,8 +6,9 @@ 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 \
-		file://add-exclusion-to-mkfs-jffs2-git-2.patch"
+SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git \
+	file://add-exclusion-to-mkfs-jffs2-git-2.patch"
+SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f"
 
 S = "${WORKDIR}/git/"
 
-- 
1.7.11.4




More information about the yocto mailing list