From ef001c76ff8cda8dabd87cea4ca9d32effac7772 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 27 Oct 2016 01:17:00 +0200 Subject: patches/fuel-plugin-ovs: fix version bump of libxenstore3.0 Change-Id: I4c232fec4f35add7b04faf305cdf53dde70d7e92 Signed-off-by: Anders Roxell Signed-off-by: Alexandru Avadanii --- .../0007-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'patches/fuel-plugin-ovs') diff --git a/patches/fuel-plugin-ovs/0007-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch b/patches/fuel-plugin-ovs/0007-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch index deb1d59a..f2cb4c6f 100644 --- a/patches/fuel-plugin-ovs/0007-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch +++ b/patches/fuel-plugin-ovs/0007-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch @@ -2,6 +2,10 @@ From: Alexandru Avadanii Date: Mon, 12 Sep 2016 18:02:42 +0200 Subject: [PATCH] AArch64: Add support for downloading prebuilt DEBs +[ anders.roxell@enea.com ] +ovs_build/build-ovs-dpdk: libxenstore3.0: version bump + +Signed-off-by: Anders Roxell Signed-off-by: Alexandru Avadanii --- ovs_build/build-ovs-armband-fetch.sh | 45 ++++++++++++++++++++++++++++++++++++ @@ -93,7 +97,7 @@ index a0c50e3..8d70265 100755 + armband_fetch 'openvswitch-dpdk' "${AARCH64_OVS_DEBV}" + armband_fetch 'openvswitch' "${AARCH64_OVS_DEBV}" + # libxenstore (equivalent to `apt-get download` for native build) -+ AARCH64_LIBXENSTORE='libxenstore3.0_4.4.2-0ubuntu0.14.04.6_arm64.deb' ++ AARCH64_LIBXENSTORE='libxenstore3.0_4.4.2-0ubuntu0.14.04.7_arm64.deb' + wget -c "http://ports.ubuntu.com/pool/main/x/xen/${AARCH64_LIBXENSTORE}" + else + echo "WARNING: Architecture [${ARCH}] does not provide precompiled DEBs, skipping!" -- cgit 1.2.3-korg