[oe-commits] [meta-openembedded] 29/52: pptp-linux: Explicitly set EXTRA_OEMAKE as required

git at git.openembedded.org git at git.openembedded.org
Mon Feb 8 13:09:01 UTC 2016


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

commit 0c9a51f36339ea0be22cd95de882640ad2406e21
Author: Mike Crowe <mac at mcrowe.com>
AuthorDate: Mon Feb 8 10:58:01 2016 +0000

    pptp-linux: 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>
---
 meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb
index f14d8a5..003361c 100644
--- a/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb
+++ b/meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb
@@ -21,6 +21,8 @@ SRC_URI[sha256sum] = "e98ae0065d2a39fa3131654ff28cb7070e996f668ed6d0e7d9a445b8d3
 
 S = "${WORKDIR}/pptp-${PV}"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_install() {
     install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8
     install -m 555 pptp ${D}${sbindir}

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


More information about the Openembedded-commits mailing list