bcm2835: fix missed renames from bcm2835-firmware -> bcm2835-driver

This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-05-20 11:36:24 +02:00
parent 16c93afcc0
commit e9985bb255
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B
3 changed files with 5 additions and 5 deletions

View File

@ -41,8 +41,8 @@ PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=1 \
-DCMAKE_INSTALL_LIBDIR:STRING=lib \ -DCMAKE_INSTALL_LIBDIR:STRING=lib \
-DCMAKE_INSTALL_LIBDIR_NOARCH:STRING=lib" -DCMAKE_INSTALL_LIBDIR_NOARCH:STRING=lib"
if [ "$KODIPLAYER_DRIVER" = "bcm2835-firmware" ]; then if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-firmware" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET bcm2835-driver"
fi fi
if [ "$KODIPLAYER_DRIVER" = "libfslvpuwrap" ]; then if [ "$KODIPLAYER_DRIVER" = "libfslvpuwrap" ]; then
@ -62,7 +62,7 @@ else
fi fi
pre_configure_target() { pre_configure_target() {
if [ "$KODIPLAYER_DRIVER" = "bcm2835-firmware" ]; then if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
export CXXFLAGS="$CXXFLAGS \ export CXXFLAGS="$CXXFLAGS \
-I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/ \ -I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/ \
-I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux" -I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux"

View File

@ -43,7 +43,7 @@ if [ "$OPENGLES_SUPPORT" = yes ]; then
fi fi
pre_configure_target() { pre_configure_target() {
if [ "$KODIPLAYER_DRIVER" = bcm2835-firmware ]; then if [ "$KODIPLAYER_DRIVER" = bcm2835-driver ]; then
BCM2835_INCLUDES="-I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/ \ BCM2835_INCLUDES="-I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/ \
-I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux" -I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux"
export CFLAGS="$CFLAGS $BCM2835_INCLUDES" export CFLAGS="$CFLAGS $BCM2835_INCLUDES"

View File

@ -43,7 +43,7 @@ if [ "$OPENGLES_SUPPORT" = yes ]; then
fi fi
pre_configure_target() { pre_configure_target() {
if [ "$KODIPLAYER_DRIVER" = bcm2835-firmware ]; then if [ "$KODIPLAYER_DRIVER" = bcm2835-driver ]; then
BCM2835_INCLUDES="-I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/ \ BCM2835_INCLUDES="-I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/ \
-I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux" -I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux"
export CFLAGS="$CFLAGS $BCM2835_INCLUDES" export CFLAGS="$CFLAGS $BCM2835_INCLUDES"