summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/webui/phosphor-webui_%.bbappend
blob: 46f4a28a951d1c33312017c91b7059f1fd6fb554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SRC_URI = "git://github.com/Intel-BMC/phosphor-webui;protocol=ssh;branch=intel2"
FILESEXTRAPATHS_prepend_intel := "${THISDIR}/${PN}:"

SRCREV = "3b13f734a5f881b9b51346ba09fabea752b145f3"

# Adding the code below as a workaround as
# favicon gets corrupted during emit due to issue with html-webpack-plugin.
# This workaround needs to be removed once this issue is fixed in the
# newer version of  html-webpack-plugin
do_compile_append() {
	rm -rf ${S}/dist/favicon.ico.gz
	mv ${S}/dist/favicon.gz ${S}/dist/favicon.ico.gz
	rm -rf ${S}/dist/app.bundle.js.LICENSE.txt.gz
}