openvswitch: add openvswitch-python3 package
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
ab61214827
commit
21ac0adcd2
|
@ -35,6 +35,7 @@ PKG_MAINTAINER:=Yousong Zhou <yszhou4tech@gmail.com>
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../../lang/python/python-host.mk
|
include ../../lang/python/python-host.mk
|
||||||
include ../../lang/python/python-package.mk
|
include ../../lang/python/python-package.mk
|
||||||
|
include ../../lang/python/python3-package.mk
|
||||||
|
|
||||||
|
|
||||||
ovs_kmod_packages:=
|
ovs_kmod_packages:=
|
||||||
|
@ -283,6 +284,16 @@ endef
|
||||||
$(eval $(call OvsPackageTemplate,python))
|
$(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+= \
|
CONFIGURE_ARGS+= \
|
||||||
--enable-ndebug \
|
--enable-ndebug \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|
Loading…
Reference in New Issue