From b7bf801bf6fc9c7b210602c933bbb8c42b92518d Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Wed, 10 Jul 2019 16:01:09 +0800 Subject: vpp-core: update to ff7bf7b *update to lsdk 1906 tag include the following changes: ff7bf7b - Merge pull request #32 in DQNS/vpp from ~NXA12342/vpp:19.01.1_devel to 19.01.1 5c2b539 - PVT: ipsec: Fixed capability matching for openssl based sha1 authentication a24588f - PVT: dpdk_plugin: introducing ipsec protocol offload 33d0d81 - Fixed Flexbuild integration issues c200b3f - dpdk-ipsec: Fixed ramdom Crash in esp traffic 2a0a031 - Enhanced the VPP startup configuration 05bce64 - Merge pull request #30 in DQNS/vpp from ~NXA19696/vpp:19.01.1 to 19.01.1 c63f8ad - Fixed RPM packaging of VPP libs w.r.t Tag format 85e9d4d - Merge pull request #29 in DQNS/vpp from ~NXA19696/vpp:19.01.1 to 19.01.1 26d2455 - Adding README for NXP platforms 9df88fa - Handled review comments d66c318 - Fixed Debian packing support for arm64 platform 513a05a - Fix for using Best mem pool ops as per platform d0f5fa4 - Updating path for cmake cross compile file fe17e96 - More Compilation Fixes e64c6ca - Cross compilation & RPM pkging known issues cbd68cb - 19.01.1 Release Notes 3262adc - cmake: fix out-of-git-tree build d302022 - Fix vpp crashing when attempting to run in kubernetes Pod 6342e48 - tcp: allow future acks if in window 46ee286 - IPSEC: crash on SA dump when SA are bound to tunnels bad0bcd - Fix crash in barrier sync when vlib_worker_threads is zero 372a33e - buffer chain linearization *update PV to "19.01" *refresh patch *update DEPENDS Signed-off-by: Chunrong Guo --- ...pi-with-shared-libs-if-static-is-disabled.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 recipes-extended/vpp-core/files/0001-Link-vpp-api-with-shared-libs-if-static-is-disabled.patch (limited to 'recipes-extended/vpp-core/files/0001-Link-vpp-api-with-shared-libs-if-static-is-disabled.patch') diff --git a/recipes-extended/vpp-core/files/0001-Link-vpp-api-with-shared-libs-if-static-is-disabled.patch b/recipes-extended/vpp-core/files/0001-Link-vpp-api-with-shared-libs-if-static-is-disabled.patch deleted file mode 100644 index ae1c9cbc..00000000 --- a/recipes-extended/vpp-core/files/0001-Link-vpp-api-with-shared-libs-if-static-is-disabled.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 7005c075cab39c8018d224c2fe56ad2e4f2db340 Mon Sep 17 00:00:00 2001 -From: babak sarashki -Date: Tue, 11 Sep 2018 14:08:51 -0700 -Subject: [PATCH] Link vpp-api with shared libs if static is disabled - -TODO: this is not complete ---- - src/vpp-api.am | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/vpp-api.am b/src/vpp-api.am -index 553eafa..30dfe9d 100644 ---- a/src/vpp-api.am -+++ b/src/vpp-api.am -@@ -23,8 +23,8 @@ libvppapiclient_la_LIBADD = \ - -lpthread -lm -lrt - - libvppapiclient_la_LDFLAGS = \ -- -Wl,-L$(top_builddir)/.libs,--whole-archive,-l:libsvm.a,-l:libvppinfra.a,-l:libvlibmemoryclient.a,--no-whole-archive \ -- -Wl,--version-script=$(srcdir)/vpp-api/client/libvppapiclient.map,-lrt -+ -L$(top_builddir)/.libs -lsvm -lvppinfra -lvlibmemoryclient \ -+ -Wl,--version-script=$(srcdir)/vpp-api/client/libvppapiclient.map,-lrt - - libvppapiclient_la_DEPENDENCIES = libvppinfra.la libvlibmemoryclient.la libsvm.la - --- -2.7.4 - -- cgit v1.2.3-54-g00ecf