mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libmraa: Don't build on ARC, ARMEB, and PPC
Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user