mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
yaffs2-utils: Fix formatting, drop PR
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Reviewed-by: Hongxu Jia <hongxu.jia@windriver.com>
This commit is contained in:
committed by
Paul Eggleton
parent
36743d131c
commit
6572316557
@@ -1,38 +1,35 @@
|
||||
SUMMARY = "Yet Another Flash File System"
|
||||
|
||||
DESCRIPTION = "Tools for managing 'yaffs2' file systems."
|
||||
|
||||
SECTION = "base"
|
||||
HOMEPAGE = "http://www.yaffs.net"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
PR = "r0"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=12;endline=14;md5=5f5464f9b3e981ca574e65b00e438561"
|
||||
|
||||
PV = "0.0+git${SRCPV}"
|
||||
|
||||
DEPENDS = "mtd-utils"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# Source is the HEAD of master branch at the time of writing this recipe
|
||||
SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
|
||||
"
|
||||
SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master"
|
||||
SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=12;endline=14;md5=5f5464f9b3e981ca574e65b00e438561"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
|
||||
|
||||
do_compile() {
|
||||
cd utils && oe_runmake
|
||||
cd utils && oe_runmake
|
||||
}
|
||||
|
||||
INSTALL_FILES = "mkyaffsimage \
|
||||
mkyaffs2image \
|
||||
"
|
||||
do_install() {
|
||||
install -d ${D}${sbindir}/
|
||||
for i in ${INSTALL_FILES}; do
|
||||
install -m 0755 utils/$i ${D}${sbindir}/
|
||||
done
|
||||
install -d ${D}${sbindir}/
|
||||
for i in ${INSTALL_FILES}; do
|
||||
install -m 0755 utils/$i ${D}${sbindir}/
|
||||
done
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user