diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-08 14:43:44 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-13 14:50:46 -0500 |
commit | 06f97242e44c3d4e02542173ff987d4aaf551d52 (patch) | |
tree | d461674d907e96656083699bd7a97fa204a1f772 /package/bcm28xx-vc/Makefile | |
parent | 563ef38e5fc0647062204c70e558dc897c23fe0f (diff) |
avoid asserts, libcec again has a problem
Diffstat (limited to 'package/bcm28xx-vc/Makefile')
-rw-r--r-- | package/bcm28xx-vc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/bcm28xx-vc/Makefile b/package/bcm28xx-vc/Makefile index 8a4340836..48df12c9b 100644 --- a/package/bcm28xx-vc/Makefile +++ b/package/bcm28xx-vc/Makefile @@ -5,8 +5,8 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= bcm28xx-vc PKG_VERSION:= 9cc14b29288f913ef0e3286f4b3232bf73ab59d2 -PKG_RELEASE:= 1 -PKG_DESCR:= videocore tools and libraries for bcm28xx +PKG_RELEASE:= 2 +PKG_DESCR:= videocore tools and libraries PKG_SECTION:= libs/video PKG_DEPENDS:= libpthread PKG_BUILDDEP:= cmake-host |