diff options
author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2018-12-12 13:56:15 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-12 11:56:49 -0800 |
commit | 6230bda5e51d83e628227a7ada1b5d08353fa0d8 (patch) | |
tree | f8e9aeedbc0eee9e49a8dca909083cf1e3ef1f0b /meta-oe/recipes-support | |
parent | 179a1b9ea86f33b5a3f4eec9fcc00c0a5e8833f0 (diff) | |
download | meta-openembedded-6230bda5e51d83e628227a7ada1b5d08353fa0d8.tar.gz |
cpprest: inherit pkg-config to find brotli library
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.8.bb | 2 |
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 c94038f8f..b4b1c81e8 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" | |||
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | inherit cmake | 21 | inherit cmake pkgconfig |