| Submitter | Paul Menzel |
|---|---|
| Date | April 17, 2011, 4:08 p.m. |
| Message ID | <1303056484.23572.21.camel@mattotaupa> |
| Download | mbox | patch |
| Permalink | /patch/2429/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes/schroedinger/schroedinger_0.2.0.0.bb b/recipes/schroedinger/schroedinger_0.2.0.0.bb deleted file mode 100644 index ba61d2a..0000000 --- a/recipes/schroedinger/schroedinger_0.2.0.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -HOMEPAGE = "http://schrodinger.sourceforge.net/" -LICENSE = "MPL GPL LGPL MIT" -DEPENDS = "liboil gstreamer gst-plugins-base" - -SRC_URI = "${SOURCEFORGE_MIRROR}/schrodinger/${P}.tar.gz" - -inherit autotools pkgconfig - -FILES_${PN} += "${libdir}/gstreamer-0.10/libgstschro.so" - - -SRC_URI[md5sum] = "45f8d0efd9b76579a005e4ffe7f96ac3" -SRC_URI[sha256sum] = "0b01f9fb9c869ecb6e066993d59e34789f82d445438480ac0e2dc30f29d047a0"
Date: Sun, 17 Apr 2011 17:58:48 +0200 This version was released on 2006-05-22 and the current version is 1.0.10, where 1.0.9 is currently packaged in OE. Additionally this version fails to compile with for example the following error using `angstrom-2010.x`. […] /bin/sh ../arm-angstrom-linux-gnueabi-libtool --tag=CC --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interw ork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. - Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/liboil-0.3 -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O2 -ggdb2 -MT libschroedinger_0.1_la-schrobuffer.lo -MD -MP -MF .deps/libschroedinger_0.1_la-schrobuffer.Tpo -c -o libschroedinger_0.1_la-schrobuffer.lo `test -f 'schrobuffer.c' || echo './'`schrobuffer.c schroframe.c:350:1: error: expected declaration specifiers or '...' before '*' token schroframe.c:350:1: error: '_oil_type_add_s16' declared as function returning a function schroframe.c:350:1: error: '_oil_type_add_s16' redeclared as different kind of symbol /oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/liboil-0.3/liboil/liboilfuncs.h:70:16: note: previous declaration of '_oil_type_add_s16' was here schroframe.c: In function '_oil_type_add_s16': schroframe.c:354:13: error: 'n' undeclared (first use in this function) schroframe.c:354:13: note: each undeclared identifier is reported only once for each function it appears in schroframe.c:355:5: error: 'd_n' undeclared (first use in this function) schroframe.c:355:14: error: 's1_n' undeclared (first use in this function) schroframe.c:355:24: error: 's2_n' undeclared (first use in this function) schroframe.c:357:1: warning: no return statement in function returning non-void schroframe.c: At top level: schroframe.c:360:1: error: expected declaration specifiers or '...' before '*' token schroframe.c:360:1: error: '_oil_type_add_s16_u8' declared as function returning a function schroframe.c:360:1: error: '_oil_type_add_s16_u8' redeclared as different kind of symbol /oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/liboil-0.3/liboil/liboilfuncs.h:73:16: note: previous declaration of '_oil_type_add_s16_u8' was here […] No distribution is pinning this version. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> --- recipes/schroedinger/schroedinger_0.2.0.0.bb | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) delete mode 100644 recipes/schroedinger/schroedinger_0.2.0.0.bb