diff options
author | Norman Schleicher <NormanSchleicher@gmx.de> | 2011-12-01 23:51:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-02 10:11:27 +0100 |
commit | a2fbb83f951a522f3a1eb2b627847f549a0c245a (patch) | |
tree | e1cb50a9c4b9b6fb34063dffa9628783479b2e08 /meta-oe/recipes-support/nmon | |
parent | 3b1ce08ec2b38bdb96e768d6a38719e98fac1eb7 (diff) | |
download | meta-openembedded-a2fbb83f951a522f3a1eb2b627847f549a0c245a.tar.gz |
nmon_13g: add -ltinfo linker flag
* ld in latest binutils-2.22 from oe-core doesn't have
--copy-dt-needed-entries enabled by default anymore see:
http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/ld/NEWS?rev=1.121&content-type=text/plain&cvsroot=src&only_with_tag=binutils-binutils-2_22
so we have to be more carefull which libs are specified on linker
command line, similar issue is in mplayer2 and aurora-daemon (qt4)
Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/nmon')
-rw-r--r-- | meta-oe/recipes-support/nmon/nmon_13g.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nmon/nmon_13g.bb b/meta-oe/recipes-support/nmon/nmon_13g.bb index ffe5d0630..bc82c0ac6 100644 --- a/meta-oe/recipes-support/nmon/nmon_13g.bb +++ b/meta-oe/recipes-support/nmon/nmon_13g.bb | |||
@@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/Documentation.txt;md5=dbb13658cf55d687c4f2ff771a696d4a" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/Documentation.txt;md5=dbb13658cf55d687c4f2ff771a696d4a" |
6 | DEPENDS = "ncurses" | 6 | DEPENDS = "ncurses" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/nmon/lmon13g.c;name=lmon \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/nmon/lmon13g.c;name=lmon \ |
10 | ${SOURCEFORGE_MIRROR}/nmon/Documentation.txt;name=doc \ | 10 | ${SOURCEFORGE_MIRROR}/nmon/Documentation.txt;name=doc \ |
@@ -16,7 +16,7 @@ SRC_URI[doc.md5sum] = "dbb13658cf55d687c4f2ff771a696d4a" | |||
16 | SRC_URI[doc.sha256sum] = "1f7f83afe62a7210be5e83cd24157adb854c14599efe0b377a7ecca933869278" | 16 | SRC_URI[doc.sha256sum] = "1f7f83afe62a7210be5e83cd24157adb854c14599efe0b377a7ecca933869278" |
17 | 17 | ||
18 | CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" | 18 | CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" |
19 | LDFLAGS += "-lncursesw" | 19 | LDFLAGS += "-ltinfo -lncursesw" |
20 | ASNEEDED_pn-nmon = "" | 20 | ASNEEDED_pn-nmon = "" |
21 | 21 | ||
22 | do_compile() { | 22 | do_compile() { |