summaryrefslogtreecommitdiff
path: root/recipes/yaffs2/yaffs2-utils.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/yaffs2/yaffs2-utils.inc')
-rw-r--r--recipes/yaffs2/yaffs2-utils.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/yaffs2/yaffs2-utils.inc b/recipes/yaffs2/yaffs2-utils.inc
index 489bea1ce2..e2f3d76f65 100644
--- a/recipes/yaffs2/yaffs2-utils.inc
+++ b/recipes/yaffs2/yaffs2-utils.inc
@@ -3,15 +3,17 @@ SECTION = "base"
HOMEPAGE = "http://www.yaffs.net"
LICENSE = "GPLv2"
PV = "0.0.0+cvs${SRCDATE}"
-PR = "r0"
+PR = "r2"
DEPENDS = "mtd-utils"
SRC_URI = "cvs://anonymous@cvs.aleph1.co.uk/home/aleph1/cvs;module=yaffs2 \
- file://mkyaffs2image.patch"
+ file://mkyaffs2image.patch \
+ file://devextras.h.patch"
+
S = "${WORKDIR}/yaffs2"
-CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL"
-CFLAGS_append_virtclass-native = " -I.. -DCONFIG_YAFFS_UTIL"
+CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL "
+CFLAGS_append_virtclass-native = " -I.. -DCONFIG_YAFFS_UTIL "
do_compile() {
cd utils && oe_runmake