From c64fe9aeaabc57f17b77968b1f68f4695f5ac697 Mon Sep 17 00:00:00 2001 From: fritsch Date: Thu, 30 May 2013 16:47:00 +0200 Subject: [PATCH 1/2] Fix: Readme referenced non existing INSTALL file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddbc66192..ae78328059 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ providing cutting edge hardware support to deliver a set-top box experience. **Installation** -* Please read INSTALL for instructions on how to install. +* Please read the instructions in our wiki (http://wiki.openelec.tv/index.php?title=Installation) on how to install. **Known issues** From 3f056bc3ac487a6622da3263a4971c99f3476a22 Mon Sep 17 00:00:00 2001 From: fritsch Date: Thu, 30 May 2013 17:29:04 +0200 Subject: [PATCH 2/2] ppl: bump version to 1.1pre9 to fix download url --- packages/toolchain/math/ppl/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolchain/math/ppl/meta b/packages/toolchain/math/ppl/meta index 92ec6f5860..fc71807973 100644 --- a/packages/toolchain/math/ppl/meta +++ b/packages/toolchain/math/ppl/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="ppl" -PKG_VERSION="1.1pre7" +PKG_VERSION="1.1pre9" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL"