summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nmon
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/nmon')
-rw-r--r--meta-oe/recipes-support/nmon/nmon_13g.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/nmon/nmon_13g.bb b/meta-oe/recipes-support/nmon/nmon_13g.bb
index bc82c0ac6..38ea3e52f 100644
--- a/meta-oe/recipes-support/nmon/nmon_13g.bb
+++ b/meta-oe/recipes-support/nmon/nmon_13g.bb
@@ -20,10 +20,10 @@ LDFLAGS += "-ltinfo -lncursesw"
20ASNEEDED_pn-nmon = "" 20ASNEEDED_pn-nmon = ""
21 21
22do_compile() { 22do_compile() {
23 ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/lmon13g.c -o nmon 23 ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/lmon13g.c -o nmon
24} 24}
25 25
26do_install() { 26do_install() {
27 install -d ${D}${bindir} 27 install -d ${D}${bindir}
28 install -m 0755 nmon ${D}${bindir} 28 install -m 0755 nmon ${D}${bindir}
29} 29}