From 6480584fcd6516525d0755e8bb2d2a6b1e0b9981 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 3 Oct 2004 12:13:50 +0000 Subject: [PATCH] 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 --- libxine/libxine_1.0.0-beta12.oe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxine/libxine_1.0.0-beta12.oe b/libxine/libxine_1.0.0-beta12.oe index 905ed70..d7fa291 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() { -- 2.7.4