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

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