BROKEN = "1" DEPENDS = "docbook-utils-native" DESCRIPTION = "Utilities for the IP protocol." SRC_URI = "http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz" S = "${WORKDIR}/iputils" EXTRA_OEMAKE = "" do_compile () { oe_runmake 'CC=${CC}' \ KERNEL_INCLUDE="${STAGING_INCDIR}" \ LIBC_INCLUDE="${STAGING_INCDIR}" oe_runmake -C doc 'CC=${CC}' \ KERNEL_INCLUDE="${STAGING_INCDIR}" \ LIBC_INCLUDE="${STAGING_INCDIR}" } do_install () { install -d ${D}/bin ${D}${sbindir} \ ${D}/${mandir}/man8 ${D}/${datadir}/doc/${P} install -m 0755 ping ${D}/bin/ for f in ipg tracepath clockdiff rdisc arping \ tftpd rarpd tracepath6 traceroute6 ping6; do install -m 0755 $f ${D}/${sbindir}/ done install -m 0644 doc/*.8 ${D}/${mandir}/man8/ install -m 0644 doc/*.html ${D}/${datadir}/doc/${P}/ } ion value='danny'>danny Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/meta/site
AgeCommit message (Expand)AuthorFiles
2016-10-07siteinfo.bbclass: Add mipsisa{32, 64}r6{el, } supportZubair Lutfullah Kakakhel4
2016-09-30mips64-linux: set ac_cv_sizeof_ssize_t for mips64elZubair Lutfullah Kakakhel1
2016-07-20site: Move rsync_cv_HAVE_C99_VSNPRINTF to common-linuxKhem Raj5
2016-04-11meta/site: remove sizeof_off_tRoss Burton6
2016-03-26site: Cache config vars for ccacheKhem Raj1
2016-03-20siteinfo: Move apr configure cache to common-linuxKhem Raj7
2015-12-12site/common-linux: Add some macros to avoid sleeps during configureRichard Purdie1
2015-09-21siteinfo: Add nios2-linuxMarek Vasut1
2015-07-22common-glibc: define bash_cv_getcwd_mallocJoe Slater1