On Wed, Jun 4, 2014 at 8:11 PM, Armin Kuster <[email protected]> wrote:
> Some files are in "S" that are needed for install.
>
> Signed-off-by: Armin Kuster <[email protected]>
> ---
>  meta-networking/recipes-daemons/radvd/radvd.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc 
> b/meta-networking/recipes-daemons/radvd/radvd.inc
> index 9e19401..b7353fc 100644
> --- a/meta-networking/recipes-daemons/radvd/radvd.inc
> +++ b/meta-networking/recipes-daemons/radvd/radvd.inc
> @@ -33,6 +33,7 @@ do_install_append () {
>
>      install -m 0644 ${WORKDIR}/volatiles.03_radvd 
> ${D}${sysconfdir}/default/volatiles/volatiles.03_radvd
>      # Documentation
> +    cd ${S}

Don't 'cd'...

>      for i in radvd.conf.example README; do \
>          install -m 0644 $i ${D}${docdir}/radvd; \
>      done

Please use:

install -m 0644 ${S}/$i ${D}${docdir}/radvd; \


-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
-- 
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to