From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append
Date: Mon, 29 Mar 2010 18:11:08 -0400 [thread overview]
Message-ID: <4BB1257C.9050606@balister.org> (raw)
In-Reply-To: <1269899607-30980-1-git-send-email-mok@mnet-online.de>
On 03/29/2010 05:53 PM, mok@mnet-online.de wrote:
> From: Klaus Kurzmann<mok@fluxnetz.de>
>
> Signed-off-by: Klaus Kurzmann<mok@fluxnetz.de>
Thanks. I just hit the same problem. I'll push as soon as my build finished.
Philip
> ---
> recipes/pkgconfig/pkgconfig.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/pkgconfig/pkgconfig.inc b/recipes/pkgconfig/pkgconfig.inc
> index 5707735..4f618f8 100644
> --- a/recipes/pkgconfig/pkgconfig.inc
> +++ b/recipes/pkgconfig/pkgconfig.inc
> @@ -22,5 +22,5 @@ do_configure_prepend () {
> }
>
> do_install_append() {
> - install -d -m 0755 ${libdir}/pkgconfig
> + install -d -m 0755 ${D}${libdir}/pkgconfig
> }
next prev parent reply other threads:[~2010-03-29 22:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-29 21:53 [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append mok
2010-03-29 22:11 ` Philip Balister [this message]
2010-03-30 3:14 ` Denys Dmytriyenko
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=4BB1257C.9050606@balister.org \
--to=philip@balister.org \
--cc=openembedded-devel@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox