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

do_compile:prepend() {
  cp -vf ${S}/.env.intel ${S}/.env
}