From: Robert Yang <[email protected]>

It needs autotools-brokensep, otherwise do_install error:

install: cannot stat `radvd.conf.example': No such file or directory

Signed-off-by: Robert Yang <[email protected]>
---
 meta-networking/recipes-daemons/radvd/radvd.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc 
b/meta-networking/recipes-daemons/radvd/radvd.inc
index 9e19401..1342eb8 100644
--- a/meta-networking/recipes-daemons/radvd/radvd.inc
+++ b/meta-networking/recipes-daemons/radvd/radvd.inc
@@ -18,7 +18,7 @@ SRC_URI = 
"http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \
            file://radvd.init \
            file://volatiles.03_radvd"
 
-inherit autotools update-rc.d useradd
+inherit autotools-brokensep update-rc.d useradd
 
 do_install_append () {
     install -m 0755 -d ${D}${sysconfdir}/init.d \
-- 
1.7.10.4

-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to