summaryrefslogtreecommitdiffstats
path: root/recipes-containers/lxc/lxc_2.0.8.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-06-15 15:24:21 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-06-19 08:37:25 -0400
commit69876598250e36cb407eb4b4ee97fbfcbc39a585 (patch)
tree9d890eec638db17a92810aaa5368857d5ec8ce70 /recipes-containers/lxc/lxc_2.0.8.bb
parente73608d56e498a7075e7a3e5550aafd76987d7aa (diff)
downloadmeta-virtualization-69876598250e36cb407eb4b4ee97fbfcbc39a585.tar.gz
lxc: temporary workaround for gcc 7 issue
gcc 7 has a bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11672 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969 In order to avoid the build failure that this causes we reduce the range by one. Better to have a slight reduction in the range than having nobody to be able to build and use lxc. Once gcc is fixed this can be reverted. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/lxc/lxc_2.0.8.bb')
-rw-r--r--recipes-containers/lxc/lxc_2.0.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb
index 80c8da73..3dd9f63f 100644
--- a/recipes-containers/lxc/lxc_2.0.8.bb
+++ b/recipes-containers/lxc/lxc_2.0.8.bb
@@ -28,6 +28,7 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
28 file://lxc-fix-B-S.patch \ 28 file://lxc-fix-B-S.patch \
29 file://lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch \ 29 file://lxc-doc-upgrade-to-use-docbook-3.1-DTD.patch \
30 file://logs-optionally-use-base-filenames-to-report-src-fil.patch \ 30 file://logs-optionally-use-base-filenames-to-report-src-fil.patch \
31 file://cgroups-work-around-issue-in-gcc-7.patch \
31 " 32 "
32 33
33SRC_URI[md5sum] = "7bfd95280522d7936c0979dfea92cdb5" 34SRC_URI[md5sum] = "7bfd95280522d7936c0979dfea92cdb5"