diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-14 10:05:20 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 08:44:44 -0700 |
commit | c33cfad1b0e1f84f6605689457e16fb0518ee383 (patch) | |
tree | 9a280a37e62ddbfda807dea68419ab457bbe657a /meta-oe/recipes-support/nmon | |
parent | ffc64e9c6fee0af7eea3466135416d011172a5e6 (diff) | |
download | meta-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.bb | 3 |
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" | |||
18 | LDFLAGS += "-ltinfo -lncursesw -lm" | 18 | LDFLAGS += "-ltinfo -lncursesw -lm" |
19 | ASNEEDED:pn-nmon = "" | 19 | ASNEEDED:pn-nmon = "" |
20 | 20 | ||
21 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}/sources" |
22 | UNPACKDIR = "${S}" | ||
22 | 23 | ||
23 | do_compile() { | 24 | do_compile() { |
24 | ${CC} ${CFLAGS} ${LDFLAGS} lmon${PV}.c -o nmon | 25 | ${CC} ${CFLAGS} ${LDFLAGS} lmon${PV}.c -o nmon |