asterisk-chan-dongle: bump + cleanup 537/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 9 Jun 2020 16:40:49 +0000 (18:40 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 9 Jun 2020 16:46:39 +0000 (18:46 +0200)
commit9b0e13700af71c2a225a4af190ef2f37992cce9a
tree39921ee7066070960ee783de6520064dd5f5ec48
parentab2f14273007a5a6ee77481f3a3017e1c2699592
asterisk-chan-dongle: bump + cleanup

Bump dongle plugin to latest git revision. PKG_SOURCE_SUBDIR and
PKG_BUILD_DIR are removed because defaults are fine. PKG_VERSION is
replaced by PKG_SOURCE_DATE, which is in line with OpenWrt
recommendation.

Soft deps are removed as per request in issue #536.

iconv handling is updated. Upstream now lets us specify the include
directory, so that makes the patch simpler. The iconv lib detection is
also updated so that it never picks the libc iconv. This way we get the
same iconv handling independent of the libc in use. Now it'll be always
iconv-stub or iconv-full.

libsqlite3 dep is made explicit. There was always a dep on it, but it
was implicit via asterisk. When the dep is made explicit, the dongle
package picks up on the sqlite3 ABI_VERSION, which is nice.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-chan-dongle/Makefile
net/asterisk-chan-dongle/patches/200-fix-iconv-detection.patch
net/asterisk-chan-dongle/patches/300-use-openwrt-flags.patch