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

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