aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@enea.com>2017-01-18 20:59:30 +0100
committerAnders Roxell <anders.roxell@enea.com>2017-01-18 21:42:43 +0100
commit2a9129b37a35da0f8e74f07faa99b65dd65e79ba (patch)
tree85fb6df768f85305c05d5bbd1cc35c4c7b9e8872
parent7a22da84c4d602ccda0ad41ad74b77d0231d3afa (diff)
patches/fuel-plugin-ovs: fix version bump of libxenstore3.0
JIRA: ARMBAND-192 Change-Id: I7c860beafa74a63db63a3b15a2718d49e8ea0f9c Signed-off-by: Anders Roxell <anders.roxell@enea.com>
-rw-r--r--patches/fuel-plugin-ovs/0008-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/patches/fuel-plugin-ovs/0008-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch b/patches/fuel-plugin-ovs/0008-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch
index 8679a442..6b66e935 100644
--- a/patches/fuel-plugin-ovs/0008-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch
+++ b/patches/fuel-plugin-ovs/0008-AArch64-Add-support-for-downloading-prebuilt-DEBs.patch
@@ -4,6 +4,8 @@ Subject: [PATCH] AArch64: Add support for downloading prebuilt DEBs
[ anders.roxell@enea.com ]
ovs_build/build-ovs-dpdk: libxenstore3.0: version bump
+Yet another version bump.
+ovs_build/build-ovs-dpdk: libxenstore3.0: version bump to 3.0_4.4.2-0ubuntu0.14.04.9
Signed-off-by: Anders Roxell <anders.roxell@enea.com>
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
@@ -97,7 +99,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.7_arm64.deb'
++ AARCH64_LIBXENSTORE='libxenstore3.0_4.4.2-0ubuntu0.14.04.9_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!"