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:13:40 +0100 |
commit | ed79d5ee3a065682103e77196a0348a8475b46e2 (patch) | |
tree | 8041d5640ee5c176902881e984153caaa95b3e98 /meta/recipes-devtools/mtd | |
parent | 026ad495deeb0636ce77580a5ade8ce82554794f (diff) | |
download | poky-ed79d5ee3a065682103e77196a0348a8475b46e2.tar.gz |
Move 'tag=' to SRCREV in mtd-utils recipe
(From OE-Core rev: 1713cef886274b8992977900da1110390d7940d3)
Signed-off-by: Evade Flow <evadeflow@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
7 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" | 7 | file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" |
8 | 8 | ||
9 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git;tag=ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f \ | 9 | SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f" |
10 | SRC_URI = "git://git.infradead.org/mtd-utils.git;protocol=git \ | ||
10 | file://add-exclusion-to-mkfs-jffs2-git-2.patch" | 11 | file://add-exclusion-to-mkfs-jffs2-git-2.patch" |
11 | 12 | ||
12 | S = "${WORKDIR}/git/" | 13 | S = "${WORKDIR}/git/" |