diff options
author | Mike Crowe <mac@mcrowe.com> | 2016-02-08 10:57:54 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-15 10:16:38 +0100 |
commit | f2a337432e5503b29c7f06b93adac80ef110fd47 (patch) | |
tree | 06bff94e215937286e7f24f26e086373427f7ab2 /meta-oe/recipes-multimedia/v4l2apps | |
parent | 028ada697ceb7a03a06c0181d3255b6b738bb04e (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-multimedia/v4l2apps')
-rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/yavta_git.bb | 2 |
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 d4e32dea4..a192d1a3b 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" | |||
10 | PR = "r2" | 10 | PR = "r2" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | ||
14 | |||
13 | # The yavta sources include copies of the headers required to build in the | 15 | # The yavta sources include copies of the headers required to build in the |
14 | # include directory. The Makefile uses CFLAGS to include these, but since | 16 | # include directory. The Makefile uses CFLAGS to include these, but since |
15 | # we override the CFLAGS then we need to add this include path back in. | 17 | # we override the CFLAGS then we need to add this include path back in. |