mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
pimd: 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:
committed by
Joe MacDonald
parent
3bccfa713f
commit
4c1b191d1a
@@ -8,6 +8,7 @@ SRC_URI = "ftp://troglobit.com/pimd/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "a12448bc7c9bfcebf51a13ebf1ffa962"
|
||||
SRC_URI[sha256sum] = "01016940543a0a6131d4e6c91b595d47e187012c59a298eec14c3dbc38564b3a"
|
||||
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
CFLAGS += "-I ${S}/include "
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user