Skip to content

Commit

Permalink
libnetwork: Exclude unsupported architectures
Browse files Browse the repository at this point in the history
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
  • Loading branch information
G-M0N3Y-2503 committed Jul 24, 2019
1 parent ad6ed83 commit 5295d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/libnetwork/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libnetwork
PKG_VERSION:=0.8.0-dev.2
PKG_SOURCE_VERSION:=e7933d41
PKG_VERSION:=0.8.0-dev.2-${PKG_SOURCE_VERSION}
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
Expand All @@ -13,8 +14,7 @@ GO_PKG_BUILD_PKG:= \

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://$(GO_PKG)
PKG_SOURCE_VERSION:=e7933d41e7b206756115aa9df5e0599fc5169742
PKG_MIRROR_HASH:=48638648bfd2b249f8e9cc32b5ec295a64e61fcb7cf635ca1a88809662167374
PKG_MIRROR_HASH:=f5be4cb87493393a7cd379d8a3e57690523f6e0c500483c660fd4f6a6f93772e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz

PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
Expand All @@ -30,7 +30,7 @@ define Package/libnetwork
CATEGORY:=Utilities
TITLE:=networking for containers
URL:=https://github.com/docker/libnetwork
DEPENDS:=$(GO_ARCH_DEPENDS)
DEPENDS:=$(GO_ARCH_DEPENDS) @!(mips||mipsel||mips64||mips64el)
endef

define Package/libnetwork/description
Expand Down

0 comments on commit 5295d9e

Please sign in to comment.