aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/inetutils
AgeCommit message (Collapse)Author
2011-04-19inetutils: Add missing inherit gettextTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-02inetutils_1.8.bb: Fix build when DISTRO_FEATURES lacks ipv6.Graham Gower
In file included from ./ping.h:19:0, from ping_address.c:47: ./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. In file included from ./ping.h:19:0, from ping_router.c:46: ./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. make[2]: *** [ping_address.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [ping_router.o] Error 1 In file included from ping_common.c:32:0: ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. make[2]: *** [ping_common.o] Error 1 In file included from ping.h:19:0, from libping.c:38: ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. make[2]: *** [libping.o] Error 1 In file included from ./ping.h:19:0, from ping_timestamp.c:46: ./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. make[2]: *** [ping_timestamp.o] Error 1 In file included from ./ping.h:19:0, from ping_echo.c:47: ./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. make[2]: *** [ping_echo.o] Error 1 In file included from ./ping.h:19:0, from ping.c:49: ./ping_common.h:23:27: fatal error: netinet/icmp6.h: No such file or directory compilation terminated. make[2]: *** [ping.o] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-24inetutils_1.8.bb: Disable help2man, doesnt work in cross env.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-23inetutils-1.8: Fix builds for uclibcKhem Raj
Currently it does not build for uclibc this patch which is port of patch posted by Mike Frysinger to buildroot fixes the problems except that for man2html we need to invoke it differently. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-11inetutils: Use fakeroot in do_installTom Rini
rsh/related and traceroute will otherwise be usuable. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-01inetutils: Make sure ${base_bindir} existsTom Rini
... dons brown paper bag, runs away. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-10-01inetutils: hostname should be in /binTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-30inetutils: Add hostname to u-a.Tom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-13inetutils: Add traceroute and ifconfig to u-a, ifconfig moves to /sbinTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-15inetutils 1.8: Add --with-path-procnet-dev so that a path is used.Tom Rini
The configure script may say that this is ignored, but it is not. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-05inetutils_1.8.bb: Add recipeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-21inetutils: Copy in config.rpath prior to running configure taskMike Westerhof
(fixes configure failure due to missing file so that inetutils builds again)
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>