All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-gnome][PATCH 12/21] Fix build when S != B
Date: Sun, 27 Apr 2014 00:38:18 +0200	[thread overview]
Message-ID: <20140426223818.GD2486@jama> (raw)
In-Reply-To: <1398544484-27299-12-git-send-email-raj.khem@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1508 bytes --]

On Sat, Apr 26, 2014 at 01:34:35PM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Missing gnome-power-manager: in subject

> ---
>  .../gnome-power-manager/gnome-power-manager_2.32.0.bb              |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
> index ddc436e..8ddfd68 100644
> --- a/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
> +++ b/meta-gnome/recipes-gnome/gnome-power-manager/gnome-power-manager_2.32.0.bb
> @@ -29,10 +29,10 @@ EXTRA_OECONF = " --disable-scrollkeeper \
>  do_configure_append() {
>      rm config.log
>      # Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
> -    for i in $(find ${S} -name "Makefile") ; do
> +    for i in $(find ${B} -name "Makefile") ; do
>          sed -i -e s:-Werror::g $i
>      done
> -    sed -e "s/libtool --/${TARGET_SYS}-libtool --/" -i ${S}/src/Makefile
> +    sed -e "s/libtool --/${TARGET_SYS}-libtool --/" -i ${B}/src/Makefile
>  }
>  
>  PACKAGES =+ "${PN}-applets"
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2014-04-26 22:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-26 20:34 [meta-oe][PATCH 01/21] debianutils: Upgrade to 4.4 Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 02/21] libxklavier: Update to 5.3 and fix build S != B Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 03/21] lcms: Update to lcms2 version 2.6 Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 04/21] liboauth: New recipe Khem Raj
2014-04-26 20:34 ` [meta-filesystems][PATCH 05/21] xfsprogs: Do not do out-of-tree build yet Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 06/21] obexd, gnome-panel: Do not do out-of-tree builds yet Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 07/21] bonnie++, lmbench, obex-data-server, samba, sg3-utils: Do not do out-of-tree builds Khem Raj
2014-04-26 22:37   ` Martin Jansa
2014-04-26 20:34 ` [meta-gnome][PATCH 08/21] epiphany: Fix build when S != B Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 09/21] gedit: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 10/21] gnome-bluetooth: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 11/21] gnome-control-center: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 12/21] " Khem Raj
2014-04-26 22:38   ` Martin Jansa [this message]
2014-04-26 20:34 ` [meta-gnome][PATCH 13/21] gnumeric: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 14/21] gnome-settings-daemon: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 15/21] libgnomekbd: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 16/21] nautilus: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 17/21] t1lib: " Khem Raj
2014-04-26 22:39   ` Martin Jansa
2014-04-26 20:34 ` [meta-oe][PATCH 18/21] gimp: " Khem Raj
2014-04-26 20:34 ` [meta-oe][PATCH 19/21] i2c-tools: " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 20/21] libgdata: Upgrade to 0.14.1 and fix " Khem Raj
2014-04-26 20:34 ` [meta-gnome][PATCH 21/21] abiword: Fix build " Khem Raj

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=20140426223818.GD2486@jama \
    --to=martin.jansa@gmail.com \
    --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 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.