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

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