Skip to content

Commit b8c106e

Browse files
lxc: bump to version 4.0.6
1 parent f3cb887 commit b8c106e

6 files changed

+12
-166
lines changed

package/lxc/0001-syscall_wrappers-rename-internal-memfd_create-to-mem.patch

Lines changed: 0 additions & 43 deletions
This file was deleted.

package/lxc/0002-configure.ac-fix-build-on-toolchain-without-SSP.patch

Lines changed: 0 additions & 36 deletions
This file was deleted.

package/lxc/0003-src-lxc-raw_syscalls.c-fix-sparc-assembly.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.

package/lxc/0004-cgroups-initialize-cpuset-properly.patch

Lines changed: 0 additions & 38 deletions
This file was deleted.

package/lxc/lxc.hash

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Locally calculated
2-
sha256 5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4 lxc-3.2.1.tar.gz
3-
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
2+
sha256 9165dabc0bb6ef7f2fda2009aee90b20fbefe77ed8008347e9f06048eba1e463 lxc-4.0.6.tar.gz
3+
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 LICENSE.GPL2
4+
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSE.LGPL2.1

package/lxc/lxc.mk

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44
#
55
################################################################################
66

7-
LXC_VERSION = 3.2.1
7+
LXC_VERSION = 4.0.6
88
LXC_SITE = https://linuxcontainers.org/downloads/lxc
9-
LXC_LICENSE = LGPL-2.1+
10-
LXC_LICENSE_FILES = COPYING
9+
LXC_LICENSE = GPL-2.0 (some tools), LGPL-2.1+
10+
LXC_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1
11+
LXC_CPE_ID_VENDOR = linuxcontainers
1112
LXC_DEPENDENCIES = host-pkgconf
1213
LXC_INSTALL_STAGING = YES
13-
# We're patching configure.ac
14-
LXC_AUTORECONF = YES
1514

16-
LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
15+
LXC_CONF_OPTS = \
16+
--disable-apparmor \
17+
--disable-examples \
18+
--with-distro=buildroot \
1719
--disable-werror \
1820
$(if $(BR2_PACKAGE_BASH),,--disable-bash)
1921

@@ -50,3 +52,4 @@ LXC_CONF_OPTS += --disable-openssl
5052
endif
5153

5254
$(eval $(autotools-package))
55+

0 commit comments

Comments
 (0)