All of lore.kernel.org
 help / color / mirror / Atom feed
From: wenzong fan <wenzong.fan@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] glib-2.0: cleanup buildpaths from pkgconfig files
Date: Tue, 29 Sep 2015 15:47:34 +0800	[thread overview]
Message-ID: <560A4216.2060307@windriver.com> (raw)
In-Reply-To: <1443092691-216216-1-git-send-email-wenzong.fan@windriver.com>

recall this patch, I'll send out v2 for update commit logs.

Wenzong

On 09/24/2015 07:04 PM, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan <wenzong.fan@windriver.com>
>
> * gio-2.0.pc:
>    -L/path/to/tmp/sysroots/qemux86-64/lib64 -> -L/lib64
>
> * gobject-2.0.pc:
>    -L/path/to/tmp/sysroots/qemux86-64/usr/lib64/../lib64
>      -> -L/usr/lib64/../lib64
>
> Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
> ---
>   meta/recipes-core/glib-2.0/glib.inc | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
> index 072f790..4ccdb93 100644
> --- a/meta/recipes-core/glib-2.0/glib.inc
> +++ b/meta/recipes-core/glib-2.0/glib.inc
> @@ -75,6 +75,12 @@ do_install_append () {
>   	fi
>   }
>
> +do_install_append_class-target() {
> +	# cleanup buildpaths from gio-2.0.pc, gobject-2.0.pc
> +	sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gio-2.0.pc
> +	sed -i -e 's#${STAGING_DIR_HOST}##g' ${D}${libdir}/pkgconfig/gobject-2.0.pc
> +}
> +
>   RDEPENDS_${PN}-ptest += "\
>               gnome-desktop-testing \
>               tzdata \
>


      reply	other threads:[~2015-09-29  7:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 11:04 [PATCH] glib-2.0: cleanup buildpaths from pkgconfig files wenzong.fan
2015-09-29  7:47 ` wenzong fan [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=560A4216.2060307@windriver.com \
    --to=wenzong.fan@windriver.com \
    --cc=openembedded-core@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 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.