diff options
Diffstat (limited to 'packages/appweb/appweb.inc')
-rw-r--r-- | packages/appweb/appweb.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/appweb/appweb.inc b/packages/appweb/appweb.inc new file mode 100644 index 0000000000..0f602f70d3 --- /dev/null +++ b/packages/appweb/appweb.inc @@ -0,0 +1,4 @@ +def get_appweb_host(d, bb): + host = bb.data.getVar('HOST_SYS', d, 1) + return host.replace('-linux-uclibc', '-linux') + |