mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
libnetwork: enable build for aarch64 and arm
Compile-tested on: bcm2710, imx6 Runtime-tested on: bcm2710, imx6 Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
This commit is contained in:
committed by
Yousong Zhou
parent
fd99ce7cd6
commit
8f0eb6610c
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libnetwork
|
PKG_NAME:=libnetwork
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ define Package/libnetwork
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=networking for containers
|
TITLE:=networking for containers
|
||||||
URL:=https://github.com/docker/libnetwork
|
URL:=https://github.com/docker/libnetwork
|
||||||
DEPENDS:=$(GO_ARCH_DEPENDS) @TARGET_x86_64
|
DEPENDS:=$(GO_ARCH_DEPENDS) @(aarch64||arm||x86_64)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libnetwork/description
|
define Package/libnetwork/description
|
||||||
|
|||||||
Reference in New Issue
Block a user