cornucopia: bump SRCREV
[openembedded.git] / recipes / appweb / appweb.inc
blob6c274e6d801283a9a844efed2705fa89d016a20d
1 def get_appweb_host(d, bb):
2     import re
3     host = bb.data.getVar('HOST_SYS', d, 1)
4     if(re.search('-linux-uclibc',host)):
5         host = '-linux'
6     return host