summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-phosphor/webui/webui-vue_%.bbappend
blob: 7201eccd962ee5a586ddc213e1cd34456bf6f4c8 (plain)
1
2
3
4
5
6
7
# Enable downstream autobump
SRC_URI = "git://github.com/openbmc/webui-vue.git"
SRCREV = "5fe1c3fed73164d4fe82ebb142cefbca72c2e706"

do_compile_prepend() {
  cp -vf ${S}/.env.intel ${S}/.env
}