All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] ltrace: fix build (at least for omap3)
@ 2009-04-14 14:41 Koen Kooi
  2009-04-14 21:50 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2009-04-14 14:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Carsten Haitzler (Rasterman) <raster@rasterman.com>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 recipes/ltrace/ltrace_0.4.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/ltrace/ltrace_0.4.bb b/recipes/ltrace/ltrace_0.4.bb
index 19a0d43..9dc959e 100644
--- a/recipes/ltrace/ltrace_0.4.bb
+++ b/recipes/ltrace/ltrace_0.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://packages.debian.org/unstable/utils/ltrace.html"
 SECTION = "devel"
 DEPENDS = "binutils libelf"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/l/ltrace/ltrace_0.4.orig.tar.gz \
            ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_0.4-1.diff.gz;patch=1 \
@@ -18,6 +18,7 @@ EXTRA_OEMAKE = "INSTALL_FILE='$(INSTALL) -p -m 0644' \
 		INSTALL_DIR='$(INSTALL) -p -d -m 0755' "
 
 export TARGET_CFLAGS = "${SELECTED_OPTIMIZATION} -isystem ${STAGING_INCDIR}"
+TARGET_CC_ARCH += "${LDFLAGS}"
 
 do_configure_prepend() {
 	ln -sf ./linux-gnu sysdeps/linux-gnueabi
-- 
1.5.6.5




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

* Re: [STABLE][PATCH] ltrace: fix build (at least for omap3)
  2009-04-14 14:41 [STABLE][PATCH] ltrace: fix build (at least for omap3) Koen Kooi
@ 2009-04-14 21:50 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2009-04-14 21:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

On Tue, Apr 14, 2009 at 04:41:11PM +0200, Koen Kooi wrote:
> From: Carsten Haitzler (Rasterman) <raster@rasterman.com>

Same comment as for gdbm...

Acked-by: Denys Dmytriyenko <denis@denix.org>


> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
>  recipes/ltrace/ltrace_0.4.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/ltrace/ltrace_0.4.bb b/recipes/ltrace/ltrace_0.4.bb
> index 19a0d43..9dc959e 100644
> --- a/recipes/ltrace/ltrace_0.4.bb
> +++ b/recipes/ltrace/ltrace_0.4.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://packages.debian.org/unstable/utils/ltrace.html"
>  SECTION = "devel"
>  DEPENDS = "binutils libelf"
>  LICENSE = "GPL"
> -PR = "r2"
> +PR = "r3"
>  
>  SRC_URI = "${DEBIAN_MIRROR}/main/l/ltrace/ltrace_0.4.orig.tar.gz \
>             ${DEBIAN_MIRROR}/main/l/ltrace/ltrace_0.4-1.diff.gz;patch=1 \
> @@ -18,6 +18,7 @@ EXTRA_OEMAKE = "INSTALL_FILE='$(INSTALL) -p -m 0644' \
>  		INSTALL_DIR='$(INSTALL) -p -d -m 0755' "
>  
>  export TARGET_CFLAGS = "${SELECTED_OPTIMIZATION} -isystem ${STAGING_INCDIR}"
> +TARGET_CC_ARCH += "${LDFLAGS}"
>  
>  do_configure_prepend() {
>  	ln -sf ./linux-gnu sysdeps/linux-gnueabi
> -- 
> 1.5.6.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2009-04-14 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 14:41 [STABLE][PATCH] ltrace: fix build (at least for omap3) Koen Kooi
2009-04-14 21:50 ` 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.