rpi-cecd: update to rpi-cecd-065f3a1

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-09 13:04:25 +02:00
parent ff7b23a049
commit 9ab654328b
2 changed files with 5 additions and 5 deletions

View File

@ -22,8 +22,8 @@
. config/options $1
CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/"
CXXFLAGS="$CXXFLAGS -I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads/"
cd $PKG_BUILD
make
make SYSROOT=$SYSROOT_PREFIX

View File

@ -19,14 +19,14 @@
################################################################################
PKG_NAME="rpi-cecd"
PKG_VERSION="12db1d4"
PKG_VERSION="065f3a1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/olajep/rpi-cecd"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS="curl bcm2835-driver"
PKG_BUILD_DEPENDS="toolchain curl bcm2835-driver"
PKG_DEPENDS="bcm2835-driver"
PKG_BUILD_DEPENDS="toolchain bcm2835-driver"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="rpi-cecd: This is a temporary hack to make HDMI-CEC work with OpenElec on Raspberry Pi."