diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-02-27 14:17:48 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-27 17:24:19 -0800 |
commit | aba9beee85709dd2bfdbed430b8bda6b0accaebf (patch) | |
tree | 75cb58ba0ffa5fdb633b66806cb67cfb62eb6f60 | |
parent | f17928df63ba2c27310e03eca04beca75fa15ef2 (diff) | |
download | meta-openembedded-aba9beee85709dd2bfdbed430b8bda6b0accaebf.tar.gz |
netkit-ftp: clean in configure step broken
| DEBUG: Executing shell function autotools_preconfigure
| NOTE: make clean
| (cd ftp && make clean)
| make[1]: Entering directory '/project/tmp/work/i586-oe-linux/netkit-ftp/0.17-r0/netkit-ftp-0.17/ftp'
| Makefile:3: ../MCONFIG: No such file or directory
| make[1]: *** No rule to make target '../MCONFIG'. Stop.
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb index 65c20c072..cf306ec82 100644 --- a/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb | |||
@@ -18,6 +18,8 @@ SRC_URI[patch31.sha256sum] = "4edd46a32d70daa7ba00f0ebf0118dc5d17dff23d6e46aa21a | |||
18 | 18 | ||
19 | inherit autotools-brokensep | 19 | inherit autotools-brokensep |
20 | 20 | ||
21 | CLEANBROKEN = "1" | ||
22 | |||
21 | do_configure () { | 23 | do_configure () { |
22 | ./configure --prefix=${prefix} | 24 | ./configure --prefix=${prefix} |
23 | echo "LDFLAGS=${LDFLAGS}" >> MCONFIG | 25 | echo "LDFLAGS=${LDFLAGS}" >> MCONFIG |