summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/nmon
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-14 10:05:20 -0700
committerKhem Raj <raj.khem@gmail.com>2024-05-23 08:44:44 -0700
commitc33cfad1b0e1f84f6605689457e16fb0518ee383 (patch)
tree9a280a37e62ddbfda807dea68419ab457bbe657a /meta-oe/recipes-support/nmon
parentffc64e9c6fee0af7eea3466135416d011172a5e6 (diff)
downloadmeta-openembedded-c33cfad1b0e1f84f6605689457e16fb0518ee383.tar.gz
recipes: Switch away from S = WORKDIR
Make it dependent on UNPACKDIR instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/nmon')
-rw-r--r--meta-oe/recipes-support/nmon/nmon_16m.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nmon/nmon_16m.bb b/meta-oe/recipes-support/nmon/nmon_16m.bb
index d4a357cea0..1779dd2273 100644
--- a/meta-oe/recipes-support/nmon/nmon_16m.bb
+++ b/meta-oe/recipes-support/nmon/nmon_16m.bb
@@ -18,7 +18,8 @@ CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM"
18LDFLAGS += "-ltinfo -lncursesw -lm" 18LDFLAGS += "-ltinfo -lncursesw -lm"
19ASNEEDED:pn-nmon = "" 19ASNEEDED:pn-nmon = ""
20 20
21S = "${WORKDIR}" 21S = "${WORKDIR}/sources"
22UNPACKDIR = "${S}"
22 23
23do_compile() { 24do_compile() {
24 ${CC} ${CFLAGS} ${LDFLAGS} lmon${PV}.c -o nmon 25 ${CC} ${CFLAGS} ${LDFLAGS} lmon${PV}.c -o nmon