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

FILESEXTRAPATHS:append := "${THISDIR}/${PN}:"
SRC_URI += " \
    file://0001-Undo-the-unrelated-package-changes-from-the-axios-up.patch \
    "

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