aboutsummaryrefslogtreecommitdiffstats
path: root/build-data
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@gmail.com>2016-10-28 22:52:36 +0000
committerChris Luke <chris_luke@comcast.com>2016-10-29 20:14:56 +0000
commit6ce685d79b1365588a92340e5c45cdbdea92d5db (patch)
treecaec60cd75a5d06c1611a9a103daff7fcf29b8f2 /build-data
parent8c1bebe83f7e277a36b8f570ed88363a5f3639b3 (diff)
Initial deb packaging of vpp-python-api
Change-Id: I14d5180d6abd59b813906011718121a2bbc9bafd Signed-off-by: Ed Warnicke <hagbard@gmail.com>
Diffstat (limited to 'build-data')
-rw-r--r--build-data/platforms.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-data/platforms.mk b/build-data/platforms.mk
index 36cfc878..9d878151 100644
--- a/build-data/platforms.mk
+++ b/build-data/platforms.mk
@@ -43,6 +43,10 @@ install-deb: $(patsubst %,%-find-source,$(ROOT_PACKAGES))
./scripts/find-plugins-contents $(INSTALL_PREFIX)$(ARCH) \
deb/debian/vpp-plugins.install ; \
\
+ : python-api package ; \
+ ./scripts/find-python-api-contents $(INSTALL_PREFIX)$(ARCH) \
+ deb/debian/vpp-python-api.install ; \
+ \
: dpdk headers ; \
./scripts/find-dpdk-contents $(INSTALL_PREFIX)$(ARCH) \
deb/debian/vpp-dpdk-dev.install ; \