aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Crowe <mac@mcrowe.com>2016-02-08 10:57:54 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-15 10:16:38 +0100
commitf2a337432e5503b29c7f06b93adac80ef110fd47 (patch)
tree06bff94e215937286e7f24f26e086373427f7ab2
parent028ada697ceb7a03a06c0181d3255b6b738bb04e (diff)
downloadmeta-openembedded-f2a337432e5503b29c7f06b93adac80ef110fd47.tar.gz
yavta: 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>
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
index d4e32dea48..a192d1a3bb 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb
@@ -10,6 +10,8 @@ PV = "0.0"
PR = "r2"
S = "${WORKDIR}/git"
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
# The yavta sources include copies of the headers required to build in the
# include directory. The Makefile uses CFLAGS to include these, but since
# we override the CFLAGS then we need to add this include path back in.