diff options
Diffstat (limited to 'meta-oe/recipes-support/nmon/nmon_13g.bb')
| -rw-r--r-- | meta-oe/recipes-support/nmon/nmon_13g.bb | 6 |
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 bc82c0ac67..38ea3e52fe 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" | |||
| 20 | ASNEEDED_pn-nmon = "" | 20 | ASNEEDED_pn-nmon = "" |
| 21 | 21 | ||
| 22 | do_compile() { | 22 | do_compile() { |
| 23 | ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/lmon13g.c -o nmon | 23 | ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/lmon13g.c -o nmon |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | do_install() { | 26 | do_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 | } |
