libmraa: Don't build on ARC, ARMEB, and PPC
Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b9eef5aae7
commit
f05b8f47c3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ endef
|
||||||
define Package/libmraa
|
define Package/libmraa
|
||||||
$(call Package/libmraa/Default)
|
$(call Package/libmraa/Default)
|
||||||
TITLE:=Intel IoT lowlevel IO C/C++ library
|
TITLE:=Intel IoT lowlevel IO C/C++ library
|
||||||
DEPENDS:=+libstdcpp +libjson-c
|
DEPENDS:=+libstdcpp +libjson-c @!arc @!armeb @!ppc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libmraa/description
|
define Package/libmraa/description
|
||||||
|
|
Loading…
Reference in a new issue