change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / appweb / appweb.inc
1 def get_appweb_host(d, bb):
2     host = bb.data.getVar('HOST_SYS', d, 1)
3     return host.replace('-linux-uclibc', '-linux')
4