Browse Source
Merge pull request #9053 from neheb/mr2
libmraa: Fix faulty depends
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
libs/libmraa/Makefile
|
|
@ -53,7 +53,7 @@ endef |
|
|
|
define Package/libmraa |
|
|
|
$(call Package/libmraa/Default) |
|
|
|
TITLE:=Intel IoT lowlevel IO C/C++ library |
|
|
|
DEPENDS:=+libstdcpp +libjson-c @!arc @!armeb @!ppc |
|
|
|
DEPENDS:=+libstdcpp +libjson-c @!arc @!armeb @!powerpc |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/libmraa/description |
|
|
|