repo.or.cz
/
openembedded.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cornucopia: bump SRCREV
[openembedded.git]
/
recipes
/
appweb
/
appweb.inc
blob
6c274e6d801283a9a844efed2705fa89d016a20d
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