mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ndisc6: Fix build with clang and update to latest on git
Change recipe to git and http protocol Pass PERL variable to configure Add patches to fix VLAIS Re-organize structure of recipe Copy gettext.h from native sysroot instead of depending on build host Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
a5a6d11d9e
commit
5043b074d1
|
|
@ -70,10 +70,3 @@ RDEPENDS_${PN}-tcptraceroute6 = "${PN}-rltraceroute6"
|
|||
RDEPENDS_${PN}-tracert6 = "${PN}-rltraceroute6"
|
||||
RDEPENDS_${PN}-misc += "perl"
|
||||
|
||||
do_install_append () {
|
||||
rm -rf ${D}${localstatedir}
|
||||
# Enable SUID bit for applications that need it
|
||||
chmod 4555 ${D}${bindir}/rltraceroute6
|
||||
chmod 4555 ${D}${bindir}/ndisc6
|
||||
chmod 4555 ${D}${bindir}/rdisc6
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user