diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 10:20:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 10:20:46 +0200 |
commit | 67f34421f0ae00adc39cbf016e4b33d2817b854d (patch) | |
tree | df86c2b5a82d9da96fa048ed741f09cfd475330c /package/bcm2835-vc/Makefile | |
parent | 96a83976f70dc1bfcedadcf94f59502ab2b4014d (diff) | |
parent | 4a1c24c3c1c4db2aa462a0400efe31658ae7d7c6 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bcm2835-vc/Makefile')
-rw-r--r-- | package/bcm2835-vc/Makefile | 10 |
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 |