summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libical/libical_1.0.0.bb
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2014-08-29 16:10:42 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-31 23:40:49 +0100
commite2d64c1ba75e15cdf99dc5caf4f4ef5c222ebdd0 (patch)
tree6ba903db7acc4eef2b1b77030653641036328f8b /meta/recipes-support/libical/libical_1.0.0.bb
parent243837b39da90fcda9444af4675df35fc3e2349d (diff)
downloadpoky-e2d64c1ba75e15cdf99dc5caf4f4ef5c222ebdd0.tar.gz
libical: upgrade to 1.0.0
pthread-fix.patch no longer needed, included upstream; Switched to new website, new bug tracker, new source repo. (From OE-Core rev: 11f95603e8582c2cf63304f8b0a020ccbbd778e4) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libical/libical_1.0.0.bb')
-rw-r--r--meta/recipes-support/libical/libical_1.0.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-support/libical/libical_1.0.0.bb b/meta/recipes-support/libical/libical_1.0.0.bb
new file mode 100644
index 0000000000..07b549ecf2
--- /dev/null
+++ b/meta/recipes-support/libical/libical_1.0.0.bb
@@ -0,0 +1,13 @@
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/${PN}/${PN}/archive/v${PV}.tar.gz"
10SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36"
11SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2"
12
13inherit autotools