summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@enea.com>2016-10-27 01:17:00 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-28 15:37:33 +0200
commitef001c76ff8cda8dabd87cea4ca9d32effac7772 (patch)
tree1984b6b2f976fa2e2a916c66c808e87167af81b2 /patches
parent4c4c87b441e003572dfec3b95f5c4bcdb428d237 (diff)
patches/fuel-plugin-ovs: fix version bump of libxenstore3.0
Change-Id: I4c232fec4f35add7b04faf305cdf53dde70d7e92 Signed-off-by: Anders Roxell <anders.roxell@enea.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/fuel-plugin-ovs/0007-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch6
1 files changed, 5 insertions, 1 deletions
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 <Alexandru.Avadanii@enea.com>
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 <anders.roxell@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
---
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!"