diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:46:24 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-23 22:46:24 +0000 |
commit | e04b8a54daf60459347e59110f8db055e061d3e0 (patch) | |
tree | 43c07fc6a68128d01e489ff92df118a9633622bd /content/mtd.oe | |
parent | bc09c642e95e480c00d1887079c88ade6d02ac31 (diff) |
Moved the emptying of EXTRA_OEMAKE into autotools.oeclass where it belongs.
BKrev: 3f70cd40KX6mTFwxQVi3H0OLTY_bRA
Diffstat (limited to 'content/mtd.oe')
-rw-r--r-- | content/mtd.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/mtd.oe b/content/mtd.oe index 467a884dd1..78b7c4d62f 100644 --- a/content/mtd.oe +++ b/content/mtd.oe @@ -3,7 +3,6 @@ PV = ${@os.popen("date +%Y%m%d").readline().strip()} S = ${WORKDIR}/mtd/util SRC_URI = cvs://anoncvs:anoncvs@cvs.infradead.org/home/cvs;module=mtd -#EXTRA_OEMAKE_append = " util" CFLAGS_prepend = "-I${S}/../include " CPPFLAGS_prepend = "-I${S}/../include " CXXFLAGS_prepend = "-I${S}/../include " |