Browse Source

Merge pull request #8980 from neheb/rm

libmraa: Don't build on ARC, ARMEB, and PPC
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
b4ab7073a6
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
DEPENDS:=+libstdcpp +libjson-c @!arc @!armeb @!ppc
endef
define Package/libmraa/description


Loading…
Cancel
Save