summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libical/libical_1.0.1.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-30 11:37:04 +0000
commit346b225b71f8293c9d05386b517b9714c75e475b (patch)
tree4a6c93bcac394fad371c162bfa76fda9f9847ccf /meta/recipes-support/libical/libical_1.0.1.bb
parentb696bb32a7f0a7a187eb1f470f14aac0867c0eda (diff)
downloadpoky-346b225b71f8293c9d05386b517b9714c75e475b.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 (From OE-Core rev: 2912e2594c7574a9e695d9ba1c302ef941f6f9f8) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libical/libical_1.0.1.bb')
-rw-r--r--meta/recipes-support/libical/libical_1.0.1.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-support/libical/libical_1.0.1.bb b/meta/recipes-support/libical/libical_1.0.1.bb
deleted file mode 100644
index 838e788bf4..0000000000
--- a/meta/recipes-support/libical/libical_1.0.1.bb
+++ /dev/null
@@ -1,20 +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"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \
6 file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6"
7SECTION = "libs"
8
9SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz \
10 file://Remove-cmake-check-for-Perl.patch \
11 file://Fix-x32-ABI-build.patch \
12 file://Depend-on-headers-to-fix-parallel-build.patch \
13 "
14SRC_URI[md5sum] = "af91db06b22559f863869c5a382ad08a"
15SRC_URI[sha256sum] = "7d5f613454ec6c7d1bcfb441c919215be53292aa15cd1cb14249d1413d6c610c"
16UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
17
18inherit cmake
19
20FILES_${PN}-dev += "${libdir}/cmake/*"