[oe] [PATCH] pkgconfig.inc: add missing ${D} when creating ${libdir}/pkgconfig in do_install_append

Philip Balister philip at balister.org
Mon Mar 29 22:11:08 UTC 2010


On 03/29/2010 05:53 PM, mok at mnet-online.de wrote:
> From: Klaus Kurzmann<mok at fluxnetz.de>
>
> Signed-off-by: Klaus Kurzmann<mok at 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
>   }




More information about the Openembedded-devel mailing list