[oe-commits] [meta-openembedded] 10/19: vpnc: Explicitly set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Tue Feb 23 00:44:57 UTC 2016


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

commit 3bccfa713f38d2c3a35e77ea8424f9c9ea9c365f
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Mon Feb 8 10:58:03 2016 +0000

    vpnc: 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 at mcrowe.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
index b2412ff..0670c5e 100644
--- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
+++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb
@@ -8,6 +8,7 @@ DEPENDS = "libgcrypt"
 
 inherit perlnative
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
 CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
 LDFLAGS_append = " -lgcrypt -lgpg-error"
 

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


More information about the Openembedded-commits mailing list