X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Flxc%2FMakefile;h=53f52c3ea1a9566a2718262f8a110f2cb0eac831;hb=9672b88d2a984ff33434002c595b2168f91f15e4;hp=0df1460fe31c26d74d27b0cd748d9168c4892f1e;hpb=4f384a352240b06c5526e93dbb799950179543bf;p=feed%2Fpackages.git diff --git a/utils/lxc/Makefile b/utils/lxc/Makefile index 0df1460fe3..53f52c3ea1 100644 --- a/utils/lxc/Makefile +++ b/utils/lxc/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lxc -PKG_VERSION:=1.1.5 -PKG_RELEASE:=3 +PKG_VERSION:=2.1.0 +PKG_RELEASE:=1 PKG_LICENSE:=LGPL-2.1+ BSD-2-Clause GPL-2.0 -PKG_MAINTAINER:=Luka Perkov +PKG_MAINTAINER:=Marko Ratkaj PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://linuxcontainers.org/downloads/lxc/ -PKG_MD5SUM:=dd9684dde0a58ed13f4f49c855b79a1a +PKG_SOURCE_URL:=https://linuxcontainers.org/downloads/lxc/ +PKG_HASH:=394407305a409eb1f95fe06e7718acfe89b1d5df267b0c6aafb1d714e2038de2 PKG_BUILD_DEPENDS:=lua PKG_BUILD_PARALLEL:=1 @@ -27,24 +27,20 @@ PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk LXC_APPLETS_BIN += \ - attach autostart cgroup clone config console create destroy device \ + attach autostart cgroup copy config console create destroy device \ execute freeze info monitor snapshot start stop unfreeze unshare \ - usernsexec wait + usernsexec wait top ls LXC_APPLETS_LIB += \ monitord user-nic LXC_SCRIPTS += \ - checkconfig ls top + checkconfig DEPENDS_APPLETS = +libpthread +libcap +liblxc DEPENDS_create = +lxc-configs +lxc-hooks +lxc-templates +flock -DEPENDS_ls = +lxc-config -DEPENDS_top = +lxc-lua +luafilesystem @BROKEN - - define Package/lxc/Default SECTION:=utils CATEGORY:=Utilities @@ -118,7 +114,7 @@ endef define Package/lxc-lua $(call Package/lxc/Default) TITLE:=LXC Lua bindings - DEPENDS:= lxc +liblua +liblxc +luafilesystem + DEPENDS:= lxc +liblua +liblxc endef define Package/lxc-init