[oe-commits] [meta-openembedded] 11/11: netkit-ftp: clean in configure step broken

git at git.openembedded.org git at git.openembedded.org
Fri Feb 28 01:24:35 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit aba9beee85709dd2bfdbed430b8bda6b0accaebf
Author: Jeremy Puhlman <jpuhlman at mvista.com>
AuthorDate: Thu Feb 27 14:17:48 2020 -0800

    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 at mvista.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-netkit/netkit-ftp/netkit-ftp_0.17.bb | 2 ++
 1 file changed, 2 insertions(+)

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 65c20c0..cf306ec 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
 
 inherit autotools-brokensep
 
+CLEANBROKEN = "1"
+
 do_configure () {
     ./configure --prefix=${prefix}
     echo "LDFLAGS=${LDFLAGS}" >> MCONFIG

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list