[oe] [PATCH] xbmc: add `libass` to `DEPENDS`

2011-03-18 Thread Paul Menzel
Date: Fri, 18 Mar 2011 09:51:52 +0100 Task compile of `xbmc_svn.bb` fails with the following error message when using `angstrom-2010.x`. `angstrom-2008.1` does/did not have this problem probably because of using Libtool 2.2. arm-angstrom-linux-gnueabi-g++ -march=armv7-a -mtune=cortex-a8

Re: [oe] [PATCH] xbmc: add `libass` to `DEPENDS`

2011-03-18 Thread Henning Heinold
Hi Paul, the problem is this do_configure() { if [ -e bootstrap.angstrom ] ; then sh bootstrap.angstrom else sh bootstrap fi oe_runconf } which prevents the autoreconf run and so the regenerating of libtool stuff, which results in

Re: [oe] [PATCH] xbmc: add `libass` to `DEPENDS`

2011-03-18 Thread Paul Menzel
Dear Henning, Am Freitag, den 18.03.2011, 16:14 +0100 schrieb Henning Heinold: > Hi Paul, > > the problem is this > > do_configure() { > if [ -e bootstrap.angstrom ] ; then > sh bootstrap.angstrom > else > sh bootstrap > fi > oe_ru

Re: [oe] [PATCH] xbmc: add `libass` to `DEPENDS`

2011-03-20 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18-03-11 23:18, Paul Menzel wrote: > Dear Henning, > > > Am Freitag, den 18.03.2011, 16:14 +0100 schrieb Henning Heinold: >> Hi Paul, >> >> the problem is this >> >> do_configure() { >> if [ -e bootstrap.angstrom ] ; then >>