All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace)
@ 2009-04-15  6:33 Koen Kooi
  2009-04-16  0:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2009-04-15  6:33 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/sysstat/sysstat_8.1.6.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/sysstat/sysstat_8.1.6.bb b/recipes/sysstat/sysstat_8.1.6.bb
index 0f394ed..a734d14 100644
--- a/recipes/sysstat/sysstat_8.1.6.bb
+++ b/recipes/sysstat/sysstat_8.1.6.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "The sysstat utilities are a collection of performance monitoring
 HOMEPAGE = "http://pagesperso-orange.fr/sebastien.godard/"
 LICENSE = "GPL"
 SECTION = "console/utils"
+PR = "r1"
 
 SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"
 
@@ -13,3 +14,4 @@ do_configure_prepend() {
 
 FILES_${PN} += "${libdir}/sa"
 
+TARGET_CC_ARCH += "${LDFLAGS}"
-- 
1.5.6.5




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

* Re: [STABLE][PATCH] sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace)
  2009-04-15  6:33 [STABLE][PATCH] sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace) Koen Kooi
@ 2009-04-16  0:12 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2009-04-16  0:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

On Wed, Apr 15, 2009 at 08:33:38AM +0200, Koen Kooi wrote:
> From: Carsten Haitzler (Rasterman <raster@rasterman.com>
> 
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>

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

> ---
>  recipes/sysstat/sysstat_8.1.6.bb |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes/sysstat/sysstat_8.1.6.bb b/recipes/sysstat/sysstat_8.1.6.bb
> index 0f394ed..a734d14 100644
> --- a/recipes/sysstat/sysstat_8.1.6.bb
> +++ b/recipes/sysstat/sysstat_8.1.6.bb
> @@ -2,6 +2,7 @@ DESCRIPTION = "The sysstat utilities are a collection of performance monitoring
>  HOMEPAGE = "http://pagesperso-orange.fr/sebastien.godard/"
>  LICENSE = "GPL"
>  SECTION = "console/utils"
> +PR = "r1"
>  
>  SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"
>  
> @@ -13,3 +14,4 @@ do_configure_prepend() {
>  
>  FILES_${PN} += "${libdir}/sa"
>  
> +TARGET_CC_ARCH += "${LDFLAGS}"
> -- 
> 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-16  0:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15  6:33 [STABLE][PATCH] sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace) Koen Kooi
2009-04-16  0:12 ` 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.