diff options
| -rw-r--r-- | meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb index 78b943247d..bbba576caa 100644 --- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb +++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | |||
| @@ -20,6 +20,10 @@ inherit autotools-brokensep pkgconfig binconfig | |||
| 20 | # deprecated auto_ptr. For now, ignore the issue. | 20 | # deprecated auto_ptr. For now, ignore the issue. |
| 21 | CXXFLAGS += "-Wno-error=deprecated-declarations" | 21 | CXXFLAGS += "-Wno-error=deprecated-declarations" |
| 22 | 22 | ||
| 23 | do_install_append () { | ||
| 24 | sed -i 's,${STAGING_DIR_TARGET},,g' ${D}${libdir}/pkgconfig/curlpp.pc | ||
| 25 | } | ||
| 26 | |||
| 23 | PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" | 27 | PACKAGES =+ "libcurlpp libcurlpp-dev libcurlpp-staticdev" |
| 24 | 28 | ||
| 25 | FILES_lib${BPN} = "${libdir}/lib*.so.* \ | 29 | FILES_lib${BPN} = "${libdir}/lib*.so.* \ |
