aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/appweb/appweb.inc
blob: 6c274e6d801283a9a844efed2705fa89d016a20d (plain)
1
2
3
4
5
6
def get_appweb_host(d, bb):
    import re
    host = bb.data.getVar('HOST_SYS', d, 1)
    if(re.search('-linux-uclibc',host)):
        host = '-linux'
    return host