From d590255cacb86076f9174ba5ba263f04bc95c2c5 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Tue, 27 Dec 2011 00:03:12 +0800 Subject: libical: upgrade to 0.48 (From OE-Core rev: 781ddecedf39b9e90d60e39c148aac7d185c14a0) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-sato/libical/libical_0.47.bb | 17 ----------------- meta/recipes-sato/libical/libical_0.48.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-sato/libical/libical_0.47.bb create mode 100644 meta/recipes-sato/libical/libical_0.48.bb (limited to 'meta/recipes-sato/libical') diff --git a/meta/recipes-sato/libical/libical_0.47.bb b/meta/recipes-sato/libical/libical_0.47.bb deleted file mode 100644 index ee4351ae88..0000000000 --- a/meta/recipes-sato/libical/libical_0.47.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" -HOMEPAGE = "http://sourceforge.net/projects/freeassociation/" -BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16077&atid=116077" -LICENSE = "LGPLv2.1 | MPL-1" -LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ - file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" -SECTION = "libs" - -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\ - file://pthread-fix.patch" - -SRC_URI[md5sum] = "21f7f8a21e3d857c9476be732e52dc32" -SRC_URI[sha256sum] = "af4cbb4bb13d9ed3f2262181da9199823feba70802b15cc3e89b263d95da2888" - -inherit autotools diff --git a/meta/recipes-sato/libical/libical_0.48.bb b/meta/recipes-sato/libical/libical_0.48.bb new file mode 100644 index 0000000000..80f629c44b --- /dev/null +++ b/meta/recipes-sato/libical/libical_0.48.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" +HOMEPAGE = "http://sourceforge.net/projects/freeassociation/" +BUGTRACKER = "http://sourceforge.net/tracker/?group_id=16077&atid=116077" +LICENSE = "LGPLv2.1 | MPL-1" +LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ + file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" +SECTION = "libs" + +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\ + file://pthread-fix.patch" + +SRC_URI[md5sum] = "e549f434d5fbf9cd156c60ed4943618f" +SRC_URI[sha256sum] = "2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0" + +inherit autotools -- cgit v1.2.3-54-g00ecf