From patchwork Wed Apr 20 14:02:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [1/2] orc_0.4.13: set `DEFAULT_PREFERENCE = "-1"` Date: Wed, 20 Apr 2011 14:02:55 -0000 From: Paul Menzel X-Patchwork-Id: 2563 Message-Id: <1303308175.3979.62.camel@mattotaupa> To: openembedded-devel@lists.openembedded.org 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 Acked-by: Peter Gsellmann --- 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"