Skip to content

Commit

Permalink
libcec: move imx6 patches to project folder, build libcec-2.1.4 for i…
Browse files Browse the repository at this point in the history
…mx6 project

Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed Nov 5, 2014
1 parent 8783b8a commit 65f7251
Show file tree
Hide file tree
Showing 3 changed files with 1,006 additions and 265 deletions.
12 changes: 10 additions & 2 deletions packages/devel/libcec/package.mk
Expand Up @@ -17,12 +17,20 @@
################################################################################

PKG_NAME="libcec"
PKG_VERSION="2.2.0"
case "$KODIPLAYER_DRIVER" in
libfslvpuwrap)
PKG_VERSION="2.1.4"
PKG_URL="http://packages.pulse-eight.net/pulse/sources/libcec/$PKG_NAME-$PKG_VERSION.tar.gz"
;;
*)
PKG_VERSION="2.2.0"
PKG_URL="http://mirrors.xbmc.org/build-deps/sources/$PKG_NAME-$PKG_VERSION-3.tar.gz"
;;
esac
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://libcec.pulse-eight.com/"
PKG_URL="http://mirrors.xbmc.org/build-deps/sources/$PKG_NAME-$PKG_VERSION-3.tar.gz"
PKG_DEPENDS_TARGET="toolchain systemd lockdev"
PKG_PRIORITY="optional"
PKG_SECTION="system"
Expand Down

0 comments on commit 65f7251

Please sign in to comment.