diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-20 17:57:18 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-26 20:48:41 +0200 |
commit | 51080a20160ae460592fc67cfef282290458e2e7 (patch) | |
tree | 1ae5ef7ca5b5cd3236a76876a2d2c8b819af135e /patches | |
parent | 33ba21d3fb3d396f3b2a2ed3750a1220ede8b2c3 (diff) |
submodule: fuel-plugin-ovs.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/opnfv-fuel/0010-Allow-overriding-ovs-git-info.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/patches/opnfv-fuel/0010-Allow-overriding-ovs-git-info.patch b/patches/opnfv-fuel/0010-Allow-overriding-ovs-git-info.patch new file mode 100644 index 00000000..ba09b31b --- /dev/null +++ b/patches/opnfv-fuel/0010-Allow-overriding-ovs-git-info.patch @@ -0,0 +1,22 @@ +From: Alexandru Avadanii <Alexandru.Avadanii@enea.com> +Date: Mon, 20 Jun 2016 17:49:51 +0200 +Subject: [PATCH] Allow overriding ovs git info. + +--- + build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk b/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk +index 819379e..97dc4e1 100644 +--- a/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk ++++ b/build/f_isoroot/f_ovs-nsh-dpdk-pluginbuild/config.mk +@@ -7,6 +7,6 @@ + # http://www.apache.org/licenses/LICENSE-2.0 + ############################################################################## + +-OVS_NSH_DPDK_BRANCH=fd77b5d48782e67306c3763dc1908f0fb342c51d +-OVS_NSH_DPDK_REPO=https://review.openstack.org/openstack/fuel-plugin-ovs +-OVS_NSH_DPDK_CHANGE= ++OVS_NSH_DPDK_BRANCH?=fd77b5d48782e67306c3763dc1908f0fb342c51d ++OVS_NSH_DPDK_REPO?=https://review.openstack.org/openstack/fuel-plugin-ovs ++OVS_NSH_DPDK_CHANGE?= |