[oe-commits] [meta-openembedded] 77/80: ndisc6: Fix build with clang and update to latest on git

git at git.openembedded.org git at git.openembedded.org
Tue Sep 12 15:57:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 5043b074d132d32305a2e60d792681a7a4592a2d
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 6 20:57:58 2017 -0700

    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/ndisc6/ndisc6_git.bb | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
index 002303c..48a83b8 100644
--- a/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
+++ b/meta-networking/recipes-support/ndisc6/ndisc6_git.bb
@@ -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
-}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list