diff options
author | Damjan Marion <damarion@cisco.com> | 2018-09-18 18:41:38 +0200 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2018-09-20 14:30:54 +0200 |
commit | 4a6cb83d334e391f85332ea38a2e467ac7743e4b (patch) | |
tree | 7d667a9d07c33e1a948f73892169f61da595ca4f /dpdk/rpm | |
parent | 9c0a3c423ee0b9326f600a00c1bd46fef45d4975 (diff) |
rename vpp-dpdk-dev to vpp-ext-deps
We need to have new tenants in the development package.
This is first of series of patches which will allow us to have multiple
external libs and tools packaged for developer's convenience.
Change-Id: I884bd75fba96005bbf8cea92774682b2228e0e22
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'dpdk/rpm')
-rw-r--r-- | dpdk/rpm/vpp-dpdk.spec | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dpdk/rpm/vpp-dpdk.spec b/dpdk/rpm/vpp-dpdk.spec deleted file mode 100644 index 93e423584cb..00000000000 --- a/dpdk/rpm/vpp-dpdk.spec +++ /dev/null @@ -1,26 +0,0 @@ -%define _make_args -C ../.. DPDK_BUILD_DIR=%{_topdir}/tmp DPDK_INSTALL_DIR=%{buildroot}/usr - -Name: vpp-dpdk -Version: %{_version} -Release: %{_release} -Summary: DPDK development packages for VPP -License: BSD - -%description - -%package devel -Summary: DPDK development package for VPP -Group: Development/Libraries - -%description devel - -%install -make %{_make_args} config -make %{_make_args} install - -%files devel -/usr/bin/* -/usr/include/dpdk/* -/usr/lib/* -/usr/sbin/* -/usr/share/dpdk |