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

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