- Bug fix release - Fixes gcc8 build failures - Update patch for fuzz issues. - remove --disable-python and --disable-lua as they have been removed
Signed-off-by: Jeremy Puhlman <[email protected]> --- .../templates-actually-create-DOWNLOAD_TEMP-directory.patch | 10 +++++----- recipes-containers/lxc/{lxc_3.0.0.bb => lxc_3.0.1.bb} | 6 ++---- 2 files changed, 7 insertions(+), 9 deletions(-) rename recipes-containers/lxc/{lxc_3.0.0.bb => lxc_3.0.1.bb} (96%) diff --git a/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch b/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch index 359f662..44959db 100644 --- a/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch +++ b/recipes-containers/lxc/files/templates-actually-create-DOWNLOAD_TEMP-directory.patch @@ -22,12 +22,12 @@ Signed-off-by: Mark Asselstine <[email protected]> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in -index f875183..5f1138c 100644 +index 973783b..015a679 100644 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in -@@ -320,7 +320,7 @@ fi - if ! command -V mktemp >/dev/null 2>&1; then - DOWNLOAD_TEMP="${DOWNLOAD_TEMP}/tmp/lxc-download.$$" +@@ -323,7 +323,7 @@ elif [ -n "${DOWNLOAD_TEMP}" ]; then + mkdir -p "${DOWNLOAD_TEMP}" + DOWNLOAD_TEMP="$(mktemp -p ${DOWNLOAD_TEMP} -d)" else - DOWNLOAD_TEMP="${DOWNLOAD_TEMP}$(mktemp -d)" + DOWNLOAD_TEMP="$(mktemp -p ${DOWNLOAD_TEMP} -d)" @@ -35,5 +35,5 @@ index f875183..5f1138c 100644 # Simply list images -- -2.7.4 +2.11.1 diff --git a/recipes-containers/lxc/lxc_3.0.0.bb b/recipes-containers/lxc/lxc_3.0.1.bb similarity index 96% rename from recipes-containers/lxc/lxc_3.0.0.bb rename to recipes-containers/lxc/lxc_3.0.1.bb index 4f7526b..a77dd09 100644 --- a/recipes-containers/lxc/lxc_3.0.0.bb +++ b/recipes-containers/lxc/lxc_3.0.1.bb @@ -47,8 +47,8 @@ SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \ file://lxc-net \ " -SRC_URI[md5sum] = "ca1db4f9dc35df9203a58ab606cdfb7a" -SRC_URI[sha256sum] = "6230224c27f050201b372b18a9f39cd220ed584899c5f0cf73c6b313dabc8d8a" +SRC_URI[md5sum] = "8eb396dde561e5832ba2d505513a1935" +SRC_URI[sha256sum] = "45986c49be1c048fa127bd3e7ea1bd3347e25765c008a09a2e4c233151a2d5db" S = "${WORKDIR}/${BPN}-${PV}" @@ -76,8 +76,6 @@ PACKAGECONFIG[templates] = ",,, ${PN}-templates" PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" PACKAGECONFIG[seccomp] ="--enable-seccomp,--disable-seccomp,libseccomp,libseccomp" PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,--without-systemdsystemunitdir,systemd," -PACKAGECONFIG[python] = "--enable-python,--disable-python,python3,python3-core" -PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua,lua" # required by python3 to run setup.py export BUILD_SYS -- 2.6.2 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
