[oe-issues] [Bug 2370] 802.11 Sniffer and much more!

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu May 24 03:48:09 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2370





--- Comment #3 from Rick Farina <r.farina at adelphia.net>  2007-05-23 20:48:09 ---
(In reply to comment #1)
> +do_configure() {
> +        oe_runconf
> +}
> 
> why is that needed? Is kismet using libtool? is autoreconf failing?
> 
it's not needed at all.  It was in there from the previous maintainer, it is
not removed and function remains unchanged.
> 
> +
> +fakeroot do_install() {
> +}
> 
> same as with the other bug report? Why is that needed?
> 
again, fakeroot is even the the FAQ, it is needed and performs it's intended
function (getting rid of make install errors that require root access)

> +FILES_kismet-sounds = "/usr/share/kismet/wav"
> Why do you hardcode /usr?
> 
very correct, bad form, again from previous.  This is now replaced with
${D}/${datadir} as suggested in the channel, which should mean the same thing.

> +DEPENDS = "expat gmp fakeroot-native"
> why do you add fakeroot-native to DEPENDS?
> 
fakeroot-native must be in the DEPENDS for fakeroot to function, again, it's
int he FAQ


I can't add the checksums to checksums.ini and provide a diff because I'd be
changing the same file many times and it wouldn't apply anyway so I'll put the
check sums here:

[http://www.kismetwireless.net/code/kismet-2007-01-R1b.tar.gz]
md5sum=a1dcea71f0c3f881ef72f5bca2db7b39
sha256=1b998b34e2e9377f5ac7704295d64507234fe7656e49d384f8bf95604e97e05b


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list