summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/interfaces/bmcweb_%.bbappend
blob: 26856a7286c87939e7a9f7c623333094816781e6 (plain)
1
2
3
4
5
6
7
8
EXTRA_OEMESON:append:gbs = " \
    -Dredfish-dbus-log=enabled \
    -Dhttp-body-limit=40 \
    "

do_install:append:gbs(){
    install -d ${D}${localstatedir}/lib/bmcweb
}