[oe] [meta-gnome][PATCH 12/21] Fix build when S != B

Martin Jansa martin.jansa at gmail.com
Sat Apr 26 22:38:18 UTC 2014


On Sat, Apr 26, 2014 at 01:34:35PM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140427/88955dbb/attachment-0002.sig>


More information about the Openembedded-devel mailing list