[oe-commits] Andre McCurdy : mtd-utils: minor recipe formatting cleanup

git at git.openembedded.org git at git.openembedded.org
Sun Mar 22 14:43:06 UTC 2015


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

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Wed Mar 18 13:22:03 2015 -0700

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/mtd/mtd-utils_git.bb | 14 +++++++-------
 1 file 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 f934b17..12daffe 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}'"



More information about the Openembedded-commits mailing list