summaryrefslogtreecommitdiff
path: root/package/libcec
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-06 01:04:33 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-06 01:05:20 -0600
commit35703dcdf385f4c3545a143260ca4be50d17b0e1 (patch)
tree1927c8fa55658acae965593cb0fdb0d03bde479b /package/libcec
parent7254e6b8c61383d9fd523c01e7136091159cd136 (diff)
sync with upstream firmwarei, omxplayer and userland
Rename packages, as bcm2836 is also supported now.
Diffstat (limited to 'package/libcec')
-rw-r--r--package/libcec/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libcec/Makefile b/package/libcec/Makefile
index 27b1fe6f6..917aca375 100644
--- a/package/libcec/Makefile
+++ b/package/libcec/Makefile
@@ -15,10 +15,10 @@ PKG_URL:= http://libcec.pulse-eight.com/
PKG_SITES:= http://openadk.org/distfiles/
PKG_OPTS:= dev
-PKG_DEPENDS_RASPBERRY_PI:= bcm2835-vc
-PKG_BUILDDEP_RASPBERRY_PI:= bcm2835-vc
-PKG_DEPENDS_RASPBERRY_PI2:= bcm2835-vc
-PKG_BUILDDEP_RASPBERRY_PI2:= bcm2835-vc
+PKG_DEPENDS_RASPBERRY_PI:= bcm28xx-vc
+PKG_BUILDDEP_RASPBERRY_PI:= bcm28xx-vc
+PKG_DEPENDS_RASPBERRY_PI2:= bcm28xx-vc
+PKG_BUILDDEP_RASPBERRY_PI2:= bcm28xx-vc
PKG_SYSTEM_DEPENDS:= raspberry-pi raspberry-pi2 solidrun-imx6
include $(ADK_TOPDIR)/mk/package.mk