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

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