diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-03 01:45:12 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-03 01:45:12 +0000 |
commit | a94e1d77211080a33be9930f78af426b971265b0 (patch) | |
tree | 87fa70da97c8a391359240304563c926aab05989 /mtd/mtd.oe | |
parent | d0f97b5093d7e1a63b176a526d59b19d3d9945bf (diff) |
mtd: a patch including correct header files (thanks pb_ for idea) and set correct include path
BKrev: 406e1728a1Jame_TmHHVC3Ob7odDNw
Diffstat (limited to 'mtd/mtd.oe')
-rw-r--r-- | mtd/mtd.oe | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mtd/mtd.oe b/mtd/mtd.oe index 182d7bfc60..c6a11b5037 100644 --- a/mtd/mtd.oe +++ b/mtd/mtd.oe @@ -4,11 +4,10 @@ PV = "${CVSDATE}" S = "${WORKDIR}/mtd/" SRC_URI = "cvs://anoncvs:anoncvs@cvs.infradead.org/home/cvs;module=mtd \ - file://${FILESDIR}/stdint.patch;patch=1;pnum=0" + file://${FILESDIR}/stdint.patch;patch=1;pnum=0 \ + file://${FILESDIR}/removelinuxinc.patch;patch=1;pnum=1" -CFLAGS_prepend = "-I${S}/../include " -CPPFLAGS_prepend = "-I${S}/../include " -CXXFLAGS_prepend = "-I${S}/../include " +CFLAGS_prepend = "-I${S}/include " do_compile () { oe_runmake -C util |