From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-multimedia][PATCH 2/4] mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5
Date: Thu, 3 Dec 2015 19:21:54 -0800 [thread overview]
Message-ID: <1449199316-14048-3-git-send-email-armccurdy@gmail.com> (raw)
In-Reply-To: <1449199316-14048-1-git-send-email-armccurdy@gmail.com>
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
index a3225f2..0625634 100644
--- a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
+++ b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
@@ -57,4 +57,5 @@ EXTRA_OECONF = " \
#| {standard input}:48: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `mov r5,r5,lsr#24'
#...
#| make[3]: *** [equalizer.lo] Error 1
-ARM_INSTRUCTION_SET = "arm"
+ARM_INSTRUCTION_SET_armv4 = "arm"
+ARM_INSTRUCTION_SET_armv5 = "arm"
--
1.9.1
next prev parent reply other threads:[~2015-12-04 3:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 3:21 [meta-multimedia][PATCH 0/4] mpg123 cleanups + update Andre McCurdy
2015-12-04 3:21 ` [meta-multimedia][PATCH 1/4] mpg123: recipe formatting cleanup, no functional changes Andre McCurdy
2015-12-04 3:21 ` Andre McCurdy [this message]
2015-12-07 18:28 ` [meta-multimedia][PATCH 2/4] mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5 Khem Raj
2015-12-07 19:58 ` Andre McCurdy
2015-12-07 20:27 ` Khem Raj
2015-12-07 20:55 ` Andre McCurdy
2015-12-07 21:14 ` Khem Raj
2015-12-04 3:21 ` [meta-multimedia][PATCH 3/4] mpg123: drop unnecessary dependency on tslib Andre McCurdy
2015-12-04 3:21 ` [meta-multimedia][PATCH 4/4] mpg123: update 1.21.0 -> 1.22.4 Andre McCurdy
2015-12-18 11:31 ` [meta-multimedia][PATCH 0/4] mpg123 cleanups + update Martin Jansa
2015-12-18 19:54 ` Andre McCurdy
2015-12-18 19:56 ` Martin Jansa
2015-12-18 20:37 ` Andre McCurdy
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=1449199316-14048-3-git-send-email-armccurdy@gmail.com \
--to=armccurdy@gmail.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.