| Submitter | Paul Menzel |
|---|---|
| Date | April 20, 2011, 2:02 p.m. |
| Message ID | <1303308175.3979.62.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/2563/ |
| State | Superseded |
| Commit | ddc04b7af7747c9f3fa79826aeb70ca38aa39ddb |
| Headers | show |
Comments
Am Mittwoch 20 April 2011, 16:02:55 schrieb Paul Menzel: > 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 <paulepanter@users.sourceforge.net> > --- > 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" > Acked-by: Peter Gsellmann <pgsellmann@portner-elektronik.at>
Patch
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"
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 <paulepanter@users.sourceforge.net> --- recipes/orc/orc_0.4.13.bb | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)