aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/appweb/appweb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/appweb/appweb.inc')
-rw-r--r--recipes/appweb/appweb.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/appweb/appweb.inc b/recipes/appweb/appweb.inc
new file mode 100644
index 0000000000..0f602f70d3
--- /dev/null
+++ b/recipes/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')
+