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

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