aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-08 10:58:00 +0000
committerJoe MacDonald <joe_macdonald@mentor.com>2016-02-22 15:51:19 -0500
commitde1acfab72aafe9bedad160a9a1b2de6e200e91a (patch)
tree622618e6d5c7787c55dc778a6b26f6c927a51d61 /meta-networking
parent85997bd636ddbd560132a37a46cd947d3eca7dc0 (diff)
downloadmeta-openembedded-contrib-de1acfab72aafe9bedad160a9a1b2de6e200e91a.tar.gz
vsftpd: Explicitly set EXTRA_OEMAKE as required
This recipe currently relies on EXTRA_OEMAKE having been to set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
index 580dabe766..4ee881ddd5 100644
--- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
+++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
@@ -42,6 +42,8 @@ inherit update-rc.d useradd systemd
CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf"
LDFLAGS_append =" -lcrypt -lcap"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
do_configure() {
# Fix hardcoded /usr, /etc, /var mess.
cat tunables.c|sed s:\"/usr:\"${prefix}:g|sed s:\"/var:\"${localstatedir}:g \