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.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-support/libical/libical_2.0.0.bb b/meta/recipes-support/libical/libical_2.0.0.bb
deleted file mode 100644
index 7dffdcfb01..0000000000
--- a/meta/recipes-support/libical/libical_2.0.0.bb
+++ /dev/null
@@ -1,28 +0,0 @@
1SUMMARY = "iCal and scheduling (RFC 2445, 2446, 2447) library"
2HOMEPAGE = "https://github.com/libical/libical"
3BUGTRACKER = "https://github.com/libical/libical/issues"
4LICENSE = "LGPLv2.1 | MPL-1.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
6 file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6"
7SECTION = "libs"
8
9SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
10 file://0001-CMakeLists.txt-libical.pc.in-fix-iculibs-remove-full.patch \
11 "
12DEPENDS = "icu"
13
14SRC_URI[md5sum] = "6bf8e5f5a3ba88baf390d0134e05d76e"
15SRC_URI[sha256sum] = "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
16UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
17
18inherit cmake pkgconfig
19
20# No need to use perl-native, the host perl is sufficient.
21EXTRA_OECMAKE += "-DPERL_EXECUTABLE=${HOSTTOOLS_DIR}/perl"
22
23do_install_append_class-target () {
24 # Remove build host references
25 sed -i \
26 -e 's,${STAGING_LIBDIR},${libdir},g' \
27 ${D}${libdir}/cmake/LibIcal/LibIcalTargets-noconfig.cmake
28}