diff options
author | Evade Flow <evadeflow@gmail.com> | 2012-10-08 13:18:16 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:03:25 +0100 |
commit | 1713cef886274b8992977900da1110390d7940d3 (patch) | |
tree | 1d5d3c1e81810437600da004d9c896efcb73887e /meta/recipes-devtools/mtd | |
parent | acb942dbaf118b8021100df95a68fe49dcc77858 (diff) | |
download | openembedded-core-1713cef886274b8992977900da1110390d7940d3.tar.gz openembedded-core-1713cef886274b8992977900da1110390d7940d3.tar.bz2 openembedded-core-1713cef886274b8992977900da1110390d7940d3.zip |
Move 'tag=' to SRCREV in mtd-utils recipe
Signed-off-by: Evade Flow <evadeflow@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/mtd')
-rw-r--r-- | 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 1a9d4d377c..bdfb0228c8 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/" |