summaryrefslogtreecommitdiff
path: root/package/bcm2835-vc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-14 21:03:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-14 21:03:19 +0200
commit1a4ca0013db4236f3e0ff8746a1787dbe560b970 (patch)
treed026fca362d21c0b5074a395679c5025ae4ac52a /package/bcm2835-vc/Makefile
parentd1be15b3692841e022b1cd19adeffc5ff74d4349 (diff)
update to latest bootloader, userland and kernel for rpi
Diffstat (limited to 'package/bcm2835-vc/Makefile')
-rw-r--r--package/bcm2835-vc/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/package/bcm2835-vc/Makefile b/package/bcm2835-vc/Makefile
index 12655228c..707d4e067 100644
--- a/package/bcm2835-vc/Makefile
+++ b/package/bcm2835-vc/Makefile
@@ -4,17 +4,19 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= bcm2835-vc
-# actually a8fbe2cd6a3d4455344295809f2e663373ad25cb from 25.03.2014
-# https://github.com/raspberrypi/userland
-PKG_VERSION:= 0.4
+# actually a59842a068cbd19e262701f30014499e9070fbf6 from 13.04.2014
+PKG_VERSION:= 0.5
PKG_RELEASE:= 1
-PKG_MD5SUM:= 091ae422e05a59ffc2b8908256047b7d
+PKG_MD5SUM:= ed8c41f58e5657209cca73cb46b846d3
PKG_DESCR:= vc tools and libraries for raspberry pi
PKG_SECTION:= base
PKG_DEPENDS:= libpthread
PKG_BUILDDEP:= cmake-host
+PKG_URL:= https://github.com/raspberrypi/userland
PKG_SITES:= http://openadk.org/distfiles/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
+
PKG_SYSTEM_DEPENDS:= raspberry-pi
include ${TOPDIR}/mk/package.mk