libc: install package 'arm-mem' on all RPi variants

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-05-28 10:15:45 +02:00
parent bdb7909cb4
commit 514523576b

View File

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