Browse Source

Merge pull request #9053 from neheb/mr2

libmraa: Fix faulty depends
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
5765c130ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libmraa/Makefile

+ 1
- 1
libs/libmraa/Makefile View File

@ -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


Loading…
Cancel
Save