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

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