mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
gensio: fix build of Python binding (refs #20604)
We need the host build of swig only. And the binding uses libgensiocpp - not the plain C library, so fix the dependency. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -33,7 +33,7 @@ PKG_CONFIG_DEPENDS:= \
|
|||||||
CONFIG_GENSIO_TCL \
|
CONFIG_GENSIO_TCL \
|
||||||
CONFIG_GENSIO_SSHD
|
CONFIG_GENSIO_SSHD
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=PACKAGE_python3-gensio:swig
|
PKG_BUILD_DEPENDS:=PACKAGE_python3-gensio:swig/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../../lang/python/python3-package.mk
|
include ../../lang/python/python3-package.mk
|
||||||
@@ -132,7 +132,7 @@ $(call Package/gensio/Default)
|
|||||||
TITLE+= (Python3-bindings)
|
TITLE+= (Python3-bindings)
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
DEPENDS:=+PACKAGE_python3-gensio:python3-light +libgensio
|
DEPENDS:=+PACKAGE_python3-gensio:python3-light +libgensiocpp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-gensio/description
|
define Package/python3-gensio/description
|
||||||
|
|||||||
Reference in New Issue
Block a user