All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Crowe <mac@mcrowe.com>
To: openembedded-devel@lists.openembedded.org
Cc: Mike Crowe <mac@mcrowe.com>
Subject: [meta-multimedia][PATCH 09/14] libebml: Explicitly set EXTRA_OEMAKE as required
Date: Mon,  8 Feb 2016 10:57:58 +0000	[thread overview]
Message-ID: <1454929083-2966-10-git-send-email-mac@mcrowe.com> (raw)
In-Reply-To: <1454929083-2966-1-git-send-email-mac@mcrowe.com>

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>
---
 meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
index 877e176..7cc0ec7 100644
--- a/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
+++ b/meta-multimedia/recipes-mkv/libebml/libebml_1.3.0.bb
@@ -6,6 +6,8 @@ SRC_URI = "http://dl.matroska.org/downloads/libebml/libebml-${PV}.tar.bz2"
 SRC_URI[md5sum] = "efec729bf5a51e649e1d9d1f61c0ae7a"
 SRC_URI[sha256sum] = "83b074d6b62715aa0080406ea84d33df2e44b5d874096640233a4db49b8096de"
 
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
 do_compile() {
     cd ${S}/make/linux
     oe_runmake CROSS="${TARGET_PREFIX}"
-- 
2.1.4



  parent reply	other threads:[~2016-02-08 11:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-08 10:57 [PATCH 00/14] Prepare for EXTRA_OEMAKE = "" in oe-core bitbake.conf Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 01/14] pngcheck: Explicitly set EXTRA_OEMAKE as required Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 02/14] mg: " Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 03/14] iptraf: " Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 04/14] serialcheck: " Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 05/14] yavta: " Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 06/14] rarpd: " Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 07/14] ckermit: " Mike Crowe
2016-02-08 10:57 ` [meta-oe][PATCH 08/14] nbench-byte: " Mike Crowe
2016-02-08 10:57 ` Mike Crowe [this message]
2016-02-08 10:57 ` [meta-networking][PATCH 10/14] vlan: " Mike Crowe
2016-02-08 10:58 ` [meta-networking][PATCH 11/14] vsftpd: " Mike Crowe
2016-02-08 10:58 ` [meta-networking][PATCH 12/14] pptp-linux: " Mike Crowe
2016-02-08 10:58 ` [meta-networking][PATCH 13/14] pimd: " Mike Crowe
2016-02-08 10:58 ` [meta-networking][PATCH 14/14] vpnc: " Mike Crowe
2016-02-08 20:00 ` [PATCH 00/14] Prepare for EXTRA_OEMAKE = "" in oe-core bitbake.conf Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1454929083-2966-10-git-send-email-mac@mcrowe.com \
    --to=mac@mcrowe.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.