summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libical/libical_2.0.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-01-28 16:34:45 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-29 18:14:57 +0000
commit2912e2594c7574a9e695d9ba1c302ef941f6f9f8 (patch)
treebc3107bd18a750c69e124b81ea39c2912c2f568b /meta/recipes-support/libical/libical_2.0.0.bb
parent13cedd57ad4a449b749c29d30bb499c1c073a680 (diff)
downloadopenembedded-core-2912e2594c7574a9e695d9ba1c302ef941f6f9f8.tar.gz
libical: update to 2.0.0
1.0.1 -> 2.0.0 1. New version is not Binary Compatible with Older Versions 2. Removed two backported patches a. Fix-x32-ABI-build.patch b. Depend-on-headers-to-fix-parallel-build.patch 3. New RSCALE support requires icu Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/libical/libical_2.0.0.bb')
-rw-r--r--meta/recipes-support/libical/libical_2.0.0.bb20
1 files changed, 20 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
new file mode 100644
index 0000000000..fdbe026761
--- /dev/null
+++ b/meta/recipes-support/libical/libical_2.0.0.bb
@@ -0,0 +1,20 @@
+SUMMARY = "iCal and scheduling (RFC 2445, 2446, 2447) library"
+HOMEPAGE = "https://github.com/libical/libical"
+BUGTRACKER = "https://github.com/libical/libical/issues"
+LICENSE = "LGPLv2.1 | MPL-1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
+ file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6"
+SECTION = "libs"
+
+SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
+ file://Remove-cmake-check-for-Perl.patch \
+ "
+DEPENDS = "icu"
+
+SRC_URI[md5sum] = "6bf8e5f5a3ba88baf390d0134e05d76e"
+SRC_URI[sha256sum] = "654c11f759c19237be39f6ad401d917e5a05f36f1736385ed958e60cf21456da"
+UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
+
+inherit cmake
+
+FILES_${PN}-dev += "${libdir}/cmake/*"