diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-06 17:58:28 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-06 17:58:28 +0000 |
commit | be3ea0c1dad004e8ad2e5ea113880e3769fa2b18 (patch) | |
tree | 82076c288c87484c949c68ded151e384f5b3f665 /packages/kismet/kismet.inc | |
parent | 9ce9cc1d57bb17dbc03a0a9ecc744e2778759e36 (diff) | |
parent | 9fab57528848c104a95662bfb416378d7e50d666 (diff) |
merge of '2b134fb4a5278b379deec7fbafe34576ac3f266c'
and '7c95723b0419570396f3810cc7a82f22626eb854'
Diffstat (limited to 'packages/kismet/kismet.inc')
-rw-r--r-- | packages/kismet/kismet.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/kismet/kismet.inc b/packages/kismet/kismet.inc index 57298c5c00..efc987cf0c 100644 --- a/packages/kismet/kismet.inc +++ b/packages/kismet/kismet.inc @@ -11,6 +11,9 @@ EXTRA_OECONF = "--enable-wsp100 --with-pcap=linux \ inherit autotools +# .depend is needed by the main compile but can run in parallel +PARALLE_MAKE = "" + fakeroot do_install() { oe_runmake "DESTDIR=${D}" suidinstall } |