openvswitch: add openvswitch-python3 package
authorYousong Zhou <redacted>
Thu, 25 Apr 2019 10:44:19 +0000 (10:44 +0000)
committerYousong Zhou <redacted>
Fri, 26 Apr 2019 13:03:37 +0000 (21:03 +0800)
Signed-off-by: Yousong Zhou <redacted>
net/openvswitch/Makefile

index 9dfe83277b2ffb8fdff17d139fadebff98418b6e..b73446f3294a3aa3cabc5c9be81b4cac50e09eaa 100644 (file)
@@ -35,6 +35,7 @@ PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
 include $(INCLUDE_DIR)/package.mk
 include ../../lang/python/python-host.mk
 include ../../lang/python/python-package.mk
+include ../../lang/python/python3-package.mk
 
 
 ovs_kmod_packages:=
@@ -283,6 +284,16 @@ endef
 $(eval $(call OvsPackageTemplate,python))
 
 
+ovs_python3_title:=Open vSwitch (Python3 library)
+ovs_python3_hidden:=
+ovs_python3_depends:=+PACKAGE_openvswitch-python3:python3 +PACKAGE_openvswitch-python3:python3-six
+define ovs_python3_install
+       $$(INSTALL_DIR) $$(1)$$(PYTHON3_PKG_DIR)
+       $$(CP) $$(PKG_INSTALL_DIR)/usr/share/openvswitch/python/ovs $$(1)$$(PYTHON3_PKG_DIR)
+endef
+$(eval $(call OvsPackageTemplate,python3))
+
+
 CONFIGURE_ARGS+= \
        --enable-ndebug \
        --enable-shared \
git clone https://git.99rst.org/PROJECT