libc: install package 'arm-mem' only with TARGET_CPU=arm1176jzf-s

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-02-07 22:14:06 +01:00
parent 407b7b17fa
commit fed06b5eb2

View File

@ -35,8 +35,7 @@ PKG_LONGDESC="Meta package for installing various tools and libs needed for libc
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
if [ "$TARGET_CPU" = "arm1176jzf-s" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET arm-mem"
PKG_DEPENDS_INIT="$PKG_DEPENDS_INIT arm-mem:init"
fi