Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-next

This commit is contained in:
Stephan Raue 2012-07-27 16:04:59 +02:00
commit 659adcaf3a
2 changed files with 3 additions and 11 deletions

View File

@ -29,7 +29,7 @@ PKG_LICENSE="GPL"
PKG_SITE="http://www.kernel.org"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
#PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/testing/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="busybox linux-drivers linux-firmware pciutils"
PKG_DEPENDS="busybox linux-drivers linux-firmware pciutils $BOOTLOADER"
PKG_BUILD_DEPENDS="toolchain module-init-tools xz cpio pciutils"
PKG_PRIORITY="optional"
PKG_SECTION="linux"
@ -43,11 +43,3 @@ if [ "$LINUX" = "ti-omap4" ]; then
PKG_VERSION="2.6.38-ti-omap4"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
fi
if [ "$BOOTLOADER" = "atv-bootloader" ]; then
PKG_DEPENDS="$PKG_DEPENDS atv-bootloader"
fi
if [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then
PKG_DEPENDS="$PKG_DEPENDS bcm2835-bootloader"
fi

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv/"
PKG_URL=""
PKG_DEPENDS="busybox dialog parted e2fsprogs $BOOTLOADER"
PKG_DEPENDS="busybox dialog parted e2fsprogs syslinux"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="tools"
@ -37,4 +37,4 @@ PKG_AUTORECONF="no"
if [ "$TARGET_ARCH" = "i386" -o "$TARGET_ARCH" = "x86_64" ]; then
PKG_DEPENDS="$PKG_DEPENDS flashrom"
fi
fi