From: "akuster@mvista" <akuster@mvista.com>
To: openembedded-devel@lists.openembedded.org, otavio@ossystems.com.br
Subject: Re: [meta-networking][PATCH] radvd: fix install issue for S!=B
Date: Wed, 04 Jun 2014 16:51:33 -0700 [thread overview]
Message-ID: <538FB105.4040607@mvista.com> (raw)
In-Reply-To: <CAP9ODKqPZu_wOQgg05KX_PXWFP68_1J-7PPKu=X4MxL77DFM1g@mail.gmail.com>
On 06/04/2014 04:36 PM, Otavio Salvador wrote:
> On Wed, Jun 4, 2014 at 8:11 PM, Armin Kuster <akuster@mvista.com> wrote:
>> Some files are in "S" that are needed for install.
>>
>> Signed-off-by: Armin Kuster <akuster@mvista.com>
>> ---
>> 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'...
ok.
>
>> 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; \
thanks.
I will sent out V2 shortly.
- Armin
>
>
prev parent reply other threads:[~2014-06-04 23:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-04 23:11 [meta-networking][PATCH] radvd: fix install issue for S!=B Armin Kuster
2014-06-04 23:36 ` Otavio Salvador
2014-06-04 23:51 ` akuster@mvista [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=538FB105.4040607@mvista.com \
--to=akuster@mvista.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=otavio@ossystems.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.