recipes-core: Add web ui tools to perifirmware buildenv image

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2020-08-31 07:14:28 +02:00
parent c5b617ec36
commit 350e09beb7

View File

@ -38,10 +38,15 @@ API_TOOLS = " \
protoc-gen-doc \
"
WEBUI_TOOLS = " \
html-minifier \
"
IMAGE_INSTALL += " \
${BASE_TOOLS} \
${POSIX_TOOLS} \
${CR4_CROSS_TOOLS} \
${API_TOOLS} \
${WEBUI_TOOLS} \
"