libcec: update to libcec-8f084f0

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-16 20:07:07 +02:00
parent 5d9db7d76f
commit 5b17c17408
2 changed files with 3 additions and 3 deletions

View File

@ -27,5 +27,5 @@ mkdir -p $INSTALL/usr/lib
if [ "$DEVTOOLS" = yes ]; then if [ "$DEVTOOLS" = yes ]; then
mkdir -p $INSTALL/usr/bin mkdir -p $INSTALL/usr/bin
cp -P $PKG_BUILD/src/testclient/.libs/cec-client $INSTALL/usr/bin cp -P $PKG_BUILD/src/testclient/cec-client $INSTALL/usr/bin
fi fi

View File

@ -19,7 +19,7 @@
################################################################################ ################################################################################
PKG_NAME="libcec" PKG_NAME="libcec"
PKG_VERSION="cc30d5c" PKG_VERSION="8f084f0"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"