[oe-commits] Carsten Haitzler (Rasterman : sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace)

GIT User account git at amethyst.openembedded.net
Wed Apr 15 04:19:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ada816f513aca842bb380de403bd3af132a8934e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ada816f513aca842bb380de403bd3af132a8934e

Author: Carsten Haitzler (Rasterman <raster at rasterman.com>
Date:   Wed Apr 15 13:42:44 2009 +1000

sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace)

---

 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}"





More information about the Openembedded-commits mailing list