aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2018-12-12 13:56:15 +0100
committerKhem Raj <raj.khem@gmail.com>2018-12-12 11:56:49 -0800
commit6230bda5e51d83e628227a7ada1b5d08353fa0d8 (patch)
treef8e9aeedbc0eee9e49a8dca909083cf1e3ef1f0b
parent179a1b9ea86f33b5a3f4eec9fcc00c0a5e8833f0 (diff)
downloadmeta-openembedded-contrib-6230bda5e51d83e628227a7ada1b5d08353fa0d8.tar.gz
cpprest: inherit pkg-config to find brotli library
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb
index c94038f8fe..b4b1c81e83 100644
--- a/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb
+++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb
@@ -18,4 +18,4 @@ SRCREV= "204a52610234ac5180e80a6883b62c0ad085f51e"
S = "${WORKDIR}/git"
-inherit cmake
+inherit cmake pkgconfig