Now since pcre2 provides a host build, let's use it.
This is required for e.g. gensio package to provide
python bindings.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
PKG_HOST_ONLY:=1
HOST_BUILD_PARALLEL:=1
+HOST_BUILD_DEPENDS:=pcre2/host
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/package.mk
endef
HOST_CONFIGURE_ARGS += \
- --without-pcre
+ --with-pcre
define Package/swig/description
tool that generates bindings for various languages