mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 18:04:12 +00:00
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@mcrowe.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
80e00f95f7
commit
3bccfa713f
@ -8,6 +8,7 @@ DEPENDS = "libgcrypt"
|
|||||||
|
|
||||||
inherit perlnative
|
inherit perlnative
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||||
CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
|
CFLAGS_append = ' -DVERSION=\\"${PV}\\"'
|
||||||
LDFLAGS_append = " -lgcrypt -lgpg-error"
|
LDFLAGS_append = " -lgcrypt -lgpg-error"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user