summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libical/libical_2.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libical/libical_2.0.0.bb')
-rw-r--r--meta/recipes-support/libical/libical_2.0.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libical/libical_2.0.0.bb b/meta/recipes-support/libical/libical_2.0.0.bb
index daa47abcbc..fc33f8ea2d 100644
--- a/meta/recipes-support/libical/libical_2.0.0.bb
+++ b/meta/recipes-support/libical/libical_2.0.0.bb
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
7SECTION = "libs" 7SECTION = "libs"
8 8
9SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ 9SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
10 file://Remove-cmake-check-for-Perl.patch \
11 file://0001-CMakeLists.txt-libical.pc.in-fix-iculibs-remove-full.patch \ 10 file://0001-CMakeLists.txt-libical.pc.in-fix-iculibs-remove-full.patch \
12 " 11 "
13DEPENDS = "icu" 12DEPENDS = "icu"
@@ -18,6 +17,9 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
18 17
19inherit cmake pkgconfig 18inherit cmake pkgconfig
20 19
20# No need to use perl-native, the host perl is sufficient.
21EXTRA_OECMAKE += "-DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl"
22
21do_install_append_class-target () { 23do_install_append_class-target () {
22 # Remove build host references 24 # Remove build host references
23 sed -i \ 25 sed -i \