* [Buildroot] [PATCH 1/1] lxc: bump to version 2.0.6
@ 2016-12-17 21:20 Fabrice Fontaine
2016-12-17 22:53 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2016-12-17 21:20 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
---
.../lxc/0001-configure-add-disable-werror.patch | 49 ----------------------
package/lxc/lxc.hash | 2 +-
package/lxc/lxc.mk | 4 +-
3 files changed, 2 insertions(+), 53 deletions(-)
delete mode 100644 package/lxc/0001-configure-add-disable-werror.patch
diff --git a/package/lxc/0001-configure-add-disable-werror.patch b/package/lxc/0001-configure-add-disable-werror.patch
deleted file mode 100644
index 7bd9729..0000000
--- a/package/lxc/0001-configure-add-disable-werror.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From e9f34eb4e25fc18411121c4e55557530ddc1f49c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pouiller?= <jezz@sysmic.org>
-Date: Sun, 4 Sep 2016 09:35:44 +0200
-Subject: [PATCH] configure: add --disable-werror
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
--Werror may break builds on some scenarios with trivialities
-(especially during developments).
-
-Upstream status: accepted (https://github.com/lxc/lxc/pull/1168)
-
-Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
----
- configure.ac | 10 +++++++++-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 39e313a..0103579 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -152,6 +152,11 @@ if test "x$with_systemdsystemunitdir" != "xno"; then
- AC_SUBST([SYSTEMD_UNIT_DIR], [$with_systemdsystemunitdir])
- fi
-
-+AC_ARG_ENABLE([werror],
-+ [AC_HELP_STRING([--disable-werror],
-+ [do not treat warnings as errors])],
-+ [], [enable_werror=yes])
-+
- # Allow enabling deprecated executables
- AC_ARG_ENABLE([deprecated],
- [AC_HELP_STRING([--enable-deprecated],
-@@ -630,7 +635,10 @@ AC_PROG_SED
- LXC_CHECK_TLS
-
- if test "x$GCC" = "xyes"; then
-- CFLAGS="$CFLAGS -Wall -Werror"
-+ CFLAGS="$CFLAGS -Wall"
-+ if test "x$enable_werror" = "xyes"; then
-+ CFLAGS="$CFLAGS -Werror"
-+ fi
- fi
-
- # Files requiring some variable expansion
---
-2.8.1
-
diff --git a/package/lxc/lxc.hash b/package/lxc/lxc.hash
index 3dee7fc..7b34e88 100644
--- a/package/lxc/lxc.hash
+++ b/package/lxc/lxc.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 82df40a0cdd44639ee677d560be95348de48afa93a10a20e959dadb4431ee8d6 lxc-2.0.3.tar.gz
+sha256 7c292cd0055dac1a0e6fbb6a7740fd12b6ffb204603c198faf37c11c9d6dcd7a lxc-2.0.6.tar.gz
diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk
index 9e21fc0..589930f 100644
--- a/package/lxc/lxc.mk
+++ b/package/lxc/lxc.mk
@@ -4,13 +4,11 @@
#
################################################################################
-LXC_VERSION = 2.0.3
+LXC_VERSION = 2.0.6
LXC_SITE = https://linuxcontainers.org/downloads/lxc
LXC_LICENSE = LGPLv2.1+
LXC_LICENSE_FILES = COPYING
LXC_DEPENDENCIES = libcap host-pkgconf
-# we're patching configure.ac
-LXC_AUTORECONF = YES
LXC_CONF_OPTS = --disable-apparmor --with-distro=buildroot \
--disable-lua --disable-python --disable-werror \
$(if $(BR2_PACKAGE_BASH),,--disable-bash)
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] lxc: bump to version 2.0.6
2016-12-17 21:20 [Buildroot] [PATCH 1/1] lxc: bump to version 2.0.6 Fabrice Fontaine
@ 2016-12-17 22:53 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-12-17 22:53 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 17 Dec 2016 22:20:47 +0100, Fabrice Fontaine wrote:
> Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
> ---
> .../lxc/0001-configure-add-disable-werror.patch | 49 ----------------------
> package/lxc/lxc.hash | 2 +-
> package/lxc/lxc.mk | 4 +-
> 3 files changed, 2 insertions(+), 53 deletions(-)
> delete mode 100644 package/lxc/0001-configure-add-disable-werror.patch
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-17 22:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-17 21:20 [Buildroot] [PATCH 1/1] lxc: bump to version 2.0.6 Fabrice Fontaine
2016-12-17 22:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox