diff options
author | Shane Wang <shane.wang@intel.com> | 2011-12-27 00:03:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:14:24 +0000 |
commit | d590255cacb86076f9174ba5ba263f04bc95c2c5 (patch) | |
tree | 493daf81b08ec3eef09cf2a3b079b869303aa001 /meta/recipes-sato | |
parent | 1fe4b74b41c9536ed1e202b85f426aee3081b625 (diff) | |
download | poky-d590255cacb86076f9174ba5ba263f04bc95c2c5.tar.gz |
libical: upgrade to 0.48
(From OE-Core rev: 781ddecedf39b9e90d60e39c148aac7d185c14a0)
Signed-off-by: Shane Wang <shane.wang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/libical/libical_0.48.bb (renamed from meta/recipes-sato/libical/libical_0.47.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-sato/libical/libical_0.47.bb b/meta/recipes-sato/libical/libical_0.48.bb index ee4351ae88..80f629c44b 100644 --- a/meta/recipes-sato/libical/libical_0.47.bb +++ b/meta/recipes-sato/libical/libical_0.48.bb | |||
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ | |||
6 | file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" | 6 | file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\ | 11 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/freeassociation/${BPN}/${P}/${BPN}-${PV}.tar.gz\ |
12 | file://pthread-fix.patch" | 12 | file://pthread-fix.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "21f7f8a21e3d857c9476be732e52dc32" | 14 | SRC_URI[md5sum] = "e549f434d5fbf9cd156c60ed4943618f" |
15 | SRC_URI[sha256sum] = "af4cbb4bb13d9ed3f2262181da9199823feba70802b15cc3e89b263d95da2888" | 15 | SRC_URI[sha256sum] = "2ae78b0757f0dd13431acf42a9a8d038339fd4767fd5134e650bf60ee0b4dff0" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |