From 6ce685d79b1365588a92340e5c45cdbdea92d5db Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 28 Oct 2016 22:52:36 +0000 Subject: Initial deb packaging of vpp-python-api Change-Id: I14d5180d6abd59b813906011718121a2bbc9bafd Signed-off-by: Ed Warnicke --- build-data/platforms.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build-data') 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 ; \ -- cgit 1.2.3-korg