diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-03-18 13:22:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-22 09:21:01 +0000 |
commit | 53c028dcbb32792554394fb3da690f02558a9516 (patch) | |
tree | d6d619c6b9f8ce60b4144b272a23726ab0846cf3 /meta | |
parent | 7b12f4860138d8f5e53ebdfa2a87b59a9ea5c487 (diff) | |
download | openembedded-core-53c028dcbb32792554394fb3da690f02558a9516.tar.gz openembedded-core-53c028dcbb32792554394fb3da690f02558a9516.tar.bz2 openembedded-core-53c028dcbb32792554394fb3da690f02558a9516.zip |
mtd-utils: minor recipe formatting cleanup
Remove obsolete comment describing SRCREV and re-order
SECTION, DEPENDS and PV lines. No functional changes.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/mtd/mtd-utils_git.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/mtd/mtd-utils_git.bb b/meta/recipes-devtools/mtd/mtd-utils_git.bb index f934b1763c..12daffec47 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_git.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_git.bb @@ -1,20 +1,20 @@ SUMMARY = "Tools for managing memory technology devices" -SECTION = "base" -DEPENDS = "zlib lzo e2fsprogs util-linux" HOMEPAGE = "http://www.linux-mtd.infradead.org/" +SECTION = "base" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ file://include/common.h;beginline=1;endline=17;md5=ba05b07912a44ea2bf81ce409380049c" -# Use the latest version at 26 Oct, 2013 +DEPENDS = "zlib lzo e2fsprogs util-linux" + +PV = "1.5.1+git${SRCPV}" + SRCREV = "9f107132a6a073cce37434ca9cda6917dd8d866b" SRC_URI = "git://git.infradead.org/mtd-utils.git \ - file://add-exclusion-to-mkfs-jffs2-git-2.patch \ - file://fix-armv7-neon-alignment.patch \ + file://add-exclusion-to-mkfs-jffs2-git-2.patch \ + file://fix-armv7-neon-alignment.patch \ " -PV = "1.5.1+git${SRCPV}" - S = "${WORKDIR}/git/" EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'" |