aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/appweb/appweb.inc
blob: 0f602f70d3274511cdd87a21b9324181e991324a (plain)
1
2
3
4
def get_appweb_host(d, bb):
    host = bb.data.getVar('HOST_SYS', d, 1)
    return host.replace('-linux-uclibc', '-linux')