recipes-core: Add webui tools to perifirmware-buildenv-image recipe

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
This commit is contained in:
Thomas Klaehn 2020-09-02 11:32:50 +02:00
parent a38dae8470
commit b9f81700bf

View File

@ -38,6 +38,13 @@ API_TOOLS = " \
protoc-gen-doc \
"
WEBUI_TOOLS = " \
html-minifier \
postcss-cli \
cssnano \
optipng \
"
IMAGE_INSTALL += " \
${BASE_TOOLS} \
${POSIX_TOOLS} \