connman: replace toolchain depend

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-07-02 22:33:01 -04:00
parent 84ce43d21c
commit 37f538ec33

View File

@ -8,7 +8,7 @@ PKG_SHA256="680320f1c3de0c283b2df0d61807cd0ca88e012dc3ec906a0414b20a5866f19d"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.connman.net" PKG_SITE="http://www.connman.net"
PKG_URL="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${PKG_VERSION}.tar.gz" PKG_URL="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain dbus glib iptables iwd readline" PKG_DEPENDS_TARGET="autotools:host gcc:host dbus glib iptables iwd readline"
PKG_LONGDESC="A modular network connection manager." PKG_LONGDESC="A modular network connection manager."
PKG_TOOLCHAIN="autotools" PKG_TOOLCHAIN="autotools"