mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
mtd-utils: minor recipe formatting cleanup
Remove obsolete comment describing SRCREV and re-order SECTION, DEPENDS and PV lines. No functional changes. (From OE-Core rev: 53c028dcbb32792554394fb3da690f02558a9516) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
543d1bd488
commit
a1cb3b016b
@@ -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
|
||||
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 \
|
||||
"
|
||||
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 \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git/"
|
||||
|
||||
EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
|
||||
|
||||
Reference in New Issue
Block a user