Date: Tue, 19 Apr 2011 10:38:34 +0200 Task compile of `schroedinger_1.0.9` fails with Orc 0.4.13 the same way as with Orc 0.4.12 with the following error message [1][2].
[…]
schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22_op':
schroorc.c:93:3: error: 'int16_t' undeclared (first use in this
function)
schroorc.c:93:3: note: each undeclared identifier is reported only once
for each function it appears in
[…]
Therefore we disable the default preference of Orc 0.4.13 for the time being
until the problems get resolved.
[1]
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/032110.html
[2]
http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-April/031966.html
Signed-off-by: Paul Menzel <[email protected]>
---
recipes/orc/orc_0.4.13.bb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/recipes/orc/orc_0.4.13.bb b/recipes/orc/orc_0.4.13.bb
index 107dea6..adfe693 100644
--- a/recipes/orc/orc_0.4.13.bb
+++ b/recipes/orc/orc_0.4.13.bb
@@ -1,4 +1,6 @@
require orc.inc
+DEFAULT_PREFERENCE = "-1"
+
SRC_URI[orc.md5sum] = "f6d0aed003f67c91933c22d9e5f1696a"
SRC_URI[orc.sha256sum] =
"0fb8952ff688fe4b6f3b68cad49d4fb3cdfd28643b43410170601cc1f1e49601"
--
1.7.4.4
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
