All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append
@ 2010-03-29 21:53 mok
  2010-03-29 22:11 ` Philip Balister
  0 siblings, 1 reply; 3+ messages in thread
From: mok @ 2010-03-29 21:53 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Klaus Kurzmann

From: Klaus Kurzmann <mok@fluxnetz.de>

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
---
 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
 }
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append
  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
  2010-03-30  3:14   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Balister @ 2010-03-29 22:11 UTC (permalink / raw)
  To: openembedded-devel

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
>   }



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append
  2010-03-29 22:11 ` Philip Balister
@ 2010-03-30  3:14   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2010-03-30  3:14 UTC (permalink / raw)
  To: openembedded-devel

On Mon, Mar 29, 2010 at 06:11:08PM -0400, Philip Balister wrote:
> 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.

Same here. Thanks for fixing it.

-- 
Denys



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-30  3:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2010-03-30  3:14   ` Denys Dmytriyenko

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.