diff options
author | Carsten Haitzler (Rasterman <raster@rasterman.com> | 2009-04-15 13:42:44 +1000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2009-04-15 14:14:58 +1000 |
commit | ada816f513aca842bb380de403bd3af132a8934e (patch) | |
tree | 37bb30bbd196d556c402a0cb60b40f4b273a3841 /recipes/sysstat/sysstat_8.1.6.bb | |
parent | 06b6c395daf1cc41c95f8e2f094ea3b1e97d6d7b (diff) |
sysstat: fix build on omap3 to actually work (gnu_hash problem like ltrace)
Diffstat (limited to 'recipes/sysstat/sysstat_8.1.6.bb')
-rw-r--r-- | 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 0f394ed259..a734d14f57 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}" |