diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-16 20:39:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-16 20:39:43 +0000 |
commit | 1369211ac6cdee1ab8aa64c0020a5d52f8540c39 (patch) | |
tree | c9aa37f13989b720619d3de4bd961203b4116fd1 /content/mtd.oe | |
parent | d3aa25dd28cb8ae476872f38abf60333712c9cc7 (diff) |
Updates to .oe's to utilize the autotools oeclass, and removal of unnecessary 'set -e's now that its default.
BKrev: 3f67750f7hz7fa_5DclmHoTZT7vW3Q
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 87988871ff..467a884dd1 100644 --- a/content/mtd.oe +++ b/content/mtd.oe @@ -9,7 +9,6 @@ CPPFLAGS_prepend = "-I${S}/../include " CXXFLAGS_prepend = "-I${S}/../include " do_install () { - set -e install -d ${D}/usr/bin for binary in ftl_format erase eraseall nanddump doc_loadbios \ mkfs.jffs ftl_check mkfs.jffs2 lock unlock einfo mtd_debug \ |