summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-02-03 00:30:58 +0300
committerEd Tanous <ed@tanous.net>2022-02-03 19:56:47 +0300
commit5ac614496ac5a5dca8e83ec420ec64f2b9a1d3dd (patch)
treee7afaec60fdfd3c2733e5f59512c8f6c38535a99
parentbda0022be8e37289ebae927bb28d14a9b801bbe6 (diff)
downloadopenbmc-5ac614496ac5a5dca8e83ec420ec64f2b9a1d3dd.tar.xz
bmcweb: enable new boost-uri APIs
Change-Id: I19b770d6cf84608f81a9231f36deb909fce1167c Signed-off-by: Ed Tanous <edtanous@google.com>
-rw-r--r--meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
index 80426b65a7..3c29dfab07 100644
--- a/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
+++ b/meta-phosphor/recipes-phosphor/interfaces/bmcweb_git.bb
@@ -17,6 +17,8 @@ SRCREV = "67df073b1f0950fdeafc6d30240d360bd162d0f8"
S = "${WORKDIR}/git"
+CXXFLAGS:append = " -DNEW_BOOST_URL"
+
inherit pkgconfig meson ptest
SRC_URI += " \