mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
yaffs2-utils: unbreak it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3087 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
require yaffs2-utils_cvs.bb
|
||||
inherit native
|
||||
DEPENDS = "mtd-utils-native"
|
||||
require yaffs2-utils.inc
|
||||
|
||||
CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL"
|
||||
inherit native
|
||||
|
||||
DEPENDS = "mtd-utils-native"
|
||||
|
||||
do_stage() {
|
||||
for i in mkyaffsimage mkyaffs2image; do
|
||||
install -m 0755 utils/$i ${STAGING_BINDIR_NATIVE}
|
||||
done
|
||||
}
|
||||
|
||||
do_install() {
|
||||
:
|
||||
}
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION = "Tools for managing 'yaffs2' file systems."
|
||||
SECTION = "base"
|
||||
HOMEPAGE = "http://www.yaffs.net"
|
||||
LICENSE = "GPLv2"
|
||||
PV = "0.0.0+cvs${SRCDATE}"
|
||||
PR = "r0"
|
||||
|
||||
#
|
||||
# NOTE: This needs pretty recent mtd-utils otherwise it fails to compile
|
||||
#
|
||||
|
||||
SRC_URI = "cvs://anonymous@cvs.aleph1.co.uk/home/aleph1/cvs;module=yaffs2 \
|
||||
file://mkyaffs2image.patch;patch=1"
|
||||
S = "${WORKDIR}/yaffs2"
|
||||
|
||||
CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL"
|
||||
|
||||
do_compile() {
|
||||
cd utils && oe_runmake
|
||||
}
|
||||
@@ -1,23 +1,7 @@
|
||||
DESCRIPTION = "Tools for managing 'yaffs2' file systems."
|
||||
SECTION = "base"
|
||||
HOMEPAGE = "http://www.yaffs.net"
|
||||
LICENSE = "GPLv2"
|
||||
PV = "0.0.0+cvs${SRCDATE}"
|
||||
PR = "r0"
|
||||
require yaffs2-utils.inc
|
||||
|
||||
#
|
||||
# NOTE: This needs pretty recent mtd-utils otherwise it fails to compile
|
||||
#
|
||||
|
||||
SRC_URI = "cvs://anonymous@cvs.aleph1.co.uk/home/aleph1/cvs;module=yaffs2 \
|
||||
file://mkyaffs2image.patch;patch=1"
|
||||
S = "${WORKDIR}/yaffs2"
|
||||
|
||||
CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL"
|
||||
|
||||
do_compile() {
|
||||
cd utils && oe_runmake
|
||||
}
|
||||
DEPENDS = "mtd-utils"
|
||||
PR = "r1"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sbindir}
|
||||
|
||||
Reference in New Issue
Block a user