From: Michael Lauer Date: Sun, 3 Oct 2004 12:13:50 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~16764 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6480584fcd6516525d0755e8bb2d2a6b1e0b9981;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/03 14:13:40+02:00 uni-frankfurt.de!mickeyl fix do_compile. guys, could you please stop committing before testing? on a related note, all libxine are broken anyway. could someone try the configure mechanism to undef HAVE_X11 and HAVE_XV in every case? BKrev: 415fecfe9gGjzn67w3QvvudjRD2_bA --- diff --git a/libxine/libxine_1.0.0-beta12.oe b/libxine/libxine_1.0.0-beta12.oe index 905ed7040a..d7fa29155e 100644 --- a/libxine/libxine_1.0.0-beta12.oe +++ b/libxine/libxine_1.0.0-beta12.oe @@ -36,7 +36,7 @@ do_configure() { } do_compile() { - oe_runmake LIBTOOL=${STAGING_BINDIR}/${TARGET_PREFIX}libtool OGG_LIBS=$(STAGING_LIBDIR)/libogg.so + oe_runmake LIBTOOL=${STAGING_BINDIR}/${TARGET_PREFIX}libtool OGG_LIBS=${STAGING_LIBDIR}/libogg.so } do_stage() {