kismet: Disable stripping and parallel make
authorRichard Purdie <rpurdie@rpsys.net>
Thu, 6 Mar 2008 16:10:42 +0000 (16:10 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Thu, 6 Mar 2008 16:10:42 +0000 (16:10 +0000)
packages/kismet/kismet-2007-10-R1/.mtn2git_empty [new file with mode: 0644]
packages/kismet/kismet.inc
packages/kismet/kismet_2007-10-R1.bb

diff --git a/packages/kismet/kismet-2007-10-R1/.mtn2git_empty b/packages/kismet/kismet-2007-10-R1/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
index 57298c5..efc987c 100644 (file)
@@ -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
 }
index ef1cf86..4786543 100644 (file)
@@ -1,3 +1,5 @@
 require kismet.inc
 
-PR = "r3"
+SRC_URI += "file://fix_strip.patch;patch=1"
+
+PR = "r5"