Merge branch 'master' of git://github.com/chrschmidt/OpenELEC.tv

This commit is contained in:
Stephan Raue 2011-10-26 06:41:25 +02:00
commit 58c152974d
32 changed files with 36 additions and 6 deletions

View File

@ -1,4 +1,4 @@
BUILD_DIRS="build.*"
BUILD_DIRS=build.*
all: system
@ -9,7 +9,7 @@ release:
./scripts/image release
clean:
rm -rf $(BUILD_DIRS)
rm -rf $(BUILD_DIRS)/* $(BUILD_DIRS)/.stamps
src-pkg:
tar cvjf sources.tar.bz2 sources .stamps

View File

@ -31,6 +31,7 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--disable-ipv6 \
--without-xmlto
make

View File

@ -32,7 +32,7 @@ cd $PKG_BUILD
--enable-shared \
--with-libuuid \
--without-xmlto \
--without-fop \
--without-fop
make

View File

@ -30,7 +30,8 @@ cd $PKG_BUILD
--localstatedir=/var \
--disable-static \
--enable-shared \
--enable-malloc0returnsnull
--enable-malloc0returnsnull \
--without-xmlto
make
$MAKEINSTALL

View File

@ -37,7 +37,8 @@ cd $PKG_BUILD
--disable-bdfformat \
--disable-snfformat \
--enable-fc \
--with-gnu-ld
--with-gnu-ld \
--without-xmlto
make
$MAKEINSTALL

View File

@ -31,6 +31,7 @@ cd $PKG_BUILD
--disable-static \
--enable-shared \
--with-gnu-ld \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -28,6 +28,7 @@ cd $PKG_BUILD
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -26,6 +26,7 @@ cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -27,6 +27,7 @@ cd $PKG_BUILD
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--without-xmlto
make
$MAKEINSTALL

View File

@ -33,7 +33,8 @@ mkdir -p .objdir-host && cd .objdir-host
../configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN
--prefix=$ROOT/$TOOLCHAIN \
--without-xmlto
make
make install

View File

@ -28,6 +28,7 @@ mkdir -p .objdir-target && cd .objdir-target
../configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--without-xmlto
make
$MAKEINSTALL