diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-08 10:58:01 +0000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-22 15:51:19 -0500 |
commit | 85997bd636ddbd560132a37a46cd947d3eca7dc0 (patch) | |
tree | e66370b4b709b8cd783dd014592d6c11cbc87f8b /meta-networking/recipes-protocols | |
parent | 4c1b191d1a40bbdaa42f7d997012f06b39c5a7e8 (diff) | |
download | meta-openembedded-85997bd636ddbd560132a37a46cd947d3eca7dc0.tar.gz |
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@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/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 f14d8a595..003361c75 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 | |||
21 | 21 | ||
22 | S = "${WORKDIR}/pptp-${PV}" | 22 | S = "${WORKDIR}/pptp-${PV}" |
23 | 23 | ||
24 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
25 | |||
24 | do_install() { | 26 | do_install() { |
25 | install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8 | 27 | install -d ${D}${sbindir} ${D}${sysconfdir}/ppp ${D}${mandir}/man8 |
26 | install -m 555 pptp ${D}${sbindir} | 28 | install -m 555 pptp ${D}${sbindir} |