From: Andrew Rybchenko Date: Tue, 20 Mar 2018 11:26:15 +0000 (+0000) Subject: net/bonding: fix library version in meson build X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=103c8412702e419ff431cd13e1ddd51859e7630f;p=dpdk.git net/bonding: fix library version in meson build Fixes: a0ace286a60b ("net/bonding: build with meson") Cc: stable@dpdk.org Signed-off-by: Andrew Rybchenko Acked-by: Bruce Richardson --- diff --git a/drivers/net/bonding/meson.build b/drivers/net/bonding/meson.build index b90abc6deb..44d5fd8e77 100644 --- a/drivers/net/bonding/meson.build +++ b/drivers/net/bonding/meson.build @@ -2,6 +2,7 @@ # Copyright(c) 2017 Intel Corporation name = 'bond' #, james bond :-) +version = 2 sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c')