summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libical/libical_2.0.0.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-support/libical/libical_2.0.0.bb b/meta/recipes-support/libical/libical_2.0.0.bb
index dcc21cc16e..daa47abcbc 100644
--- a/meta/recipes-support/libical/libical_2.0.0.bb
+++ b/meta/recipes-support/libical/libical_2.0.0.bb
@@ -17,3 +17,10 @@ SRC_URI[sha256sum] = "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf2
17UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" 17UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
18 18
19inherit cmake pkgconfig 19inherit cmake pkgconfig
20
21do_install_append_class-target () {
22 # Remove build host references
23 sed -i \
24 -e 's,${STAGING_LIBDIR},${libdir},g' \
25 ${D}${libdir}/cmake/LibIcal/LibIcalTargets-noconfig.cmake
26}