git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a3fd40
)
sysstat_8.1.6.bb: Fix compilation on uclibc
author
Khem Raj
<raj.khem@gmail.com>
Sun, 13 Sep 2009 19:17:04 +0000
(12:17 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Sun, 13 Sep 2009 19:21:45 +0000
(12:21 -0700)
* Add dependency on virtual/libintl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/sysstat/sysstat_8.1.6.bb
patch
|
blob
|
history
diff --git
a/recipes/sysstat/sysstat_8.1.6.bb
b/recipes/sysstat/sysstat_8.1.6.bb
index
a734d14
..
42dd5e2
100644
(file)
--- a/
recipes/sysstat/sysstat_8.1.6.bb
+++ b/
recipes/sysstat/sysstat_8.1.6.bb
@@
-4,6
+4,8
@@
LICENSE = "GPL"
SECTION = "console/utils"
PR = "r1"
+DEPENDS = "virtual/libintl"
+
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"
inherit autotools
@@
-15,3
+17,6
@@
do_configure_prepend() {
FILES_${PN} += "${libdir}/sa"
TARGET_CC_ARCH += "${LDFLAGS}"
+LDFLAGS_append_linux-uclibc = " -lintl"
+LDFLAGS_append_linux-uclibceabi = " -lintl"
+LDFLAGS_append_linux-uclibcspe = " -lintl"