libnetwork: Exclude unsupported architectures
authorGerard Ryan <redacted>
Tue, 23 Jul 2019 10:29:43 +0000 (20:29 +1000)
committerYousong Zhou <redacted>
Sat, 10 Aug 2019 07:57:22 +0000 (15:57 +0800)
Signed-off-by: Gerard Ryan <redacted>
utils/libnetwork/Makefile

index 6fdbfda12703675b986f195d4c2d8f8a7fe0dc7c..28bfbb24491cebc0d6af79c0107b4359830bf812 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libnetwork
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
 
@@ -29,7 +29,7 @@ define Package/libnetwork
   CATEGORY:=Utilities
   TITLE:=networking for containers
   URL:=https://github.com/docker/libnetwork
-  DEPENDS:=$(GO_ARCH_DEPENDS)
+  DEPENDS:=$(GO_ARCH_DEPENDS) @TARGET_x86_64
 endef
 
 define Package/libnetwork/description
git clone https://git.99rst.org/PROJECT