sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace)
authorCarsten Haitzler (Rasterman <raster@rasterman.com>
Wed, 15 Apr 2009 03:42:44 +0000 (13:42 +1000)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Wed, 15 Apr 2009 04:14:58 +0000 (14:14 +1000)
recipes/sysstat/sysstat_8.1.6.bb

index 0f394ed..a734d14 100644 (file)
@@ -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}"