From 28e3bc0a2c75366e1a15f17bdd24e7368d5858de Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 28 Jun 2016 20:51:50 +0200 Subject: submodule: vswitchperf. Change-Id: I986bfb5ae549321a0696f945d24ccb1b6b198f96 Signed-off-by: Alexandru Avadanii --- ...4-vsperf-plugin-Allow-overriding-git-info.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch (limited to 'patches') diff --git a/patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch b/patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch new file mode 100644 index 00000000..d82aa0f8 --- /dev/null +++ b/patches/opnfv-fuel/0014-vsperf-plugin-Allow-overriding-git-info.patch @@ -0,0 +1,23 @@ +From: Alexandru Avadanii +Date: Tue, 28 Jun 2016 20:42:58 +0200 +Subject: [PATCH] vsperf plugin: Allow overriding git info. + +Signed-off-by: Alexandru Avadanii +--- + build/f_isoroot/f_vsperfpluginbuild/config.mk | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/build/f_isoroot/f_vsperfpluginbuild/config.mk b/build/f_isoroot/f_vsperfpluginbuild/config.mk +index 1bf1ef0..576018d 100644 +--- a/build/f_isoroot/f_vsperfpluginbuild/config.mk ++++ b/build/f_isoroot/f_vsperfpluginbuild/config.mk +@@ -7,6 +7,6 @@ + # http://www.apache.org/licenses/LICENSE-2.0 + ############################################################################## + +-VSPERF_BRANCH=5e3b6ae0427963520357453728411327ac8efafe +-VSPERF_REPO=https://gerrit.opnfv.org/gerrit/vswitchperf.git +-VSPERF_CHANGE= ++VSPERF_BRANCH?=5e3b6ae0427963520357453728411327ac8efafe ++VSPERF_REPO?=https://gerrit.opnfv.org/gerrit/vswitchperf.git ++VSPERF_CHANGE?= -- cgit 1.2.3-korg