diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 14:24:08 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-11-27 14:24:08 +0000 |
commit | 1fc991c30e76da6f4696951f7bf3080d2bab3d46 (patch) | |
tree | bd92d6f385cf57f241f7fca3e13f045aa6e52262 /packages/libical/libical_0.27.bb | |
parent | 7539e0a1c1640cf99e3384d99258f09b7642533e (diff) |
libical: Fix linking bug
Diffstat (limited to 'packages/libical/libical_0.27.bb')
-rw-r--r-- | packages/libical/libical_0.27.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/libical/libical_0.27.bb b/packages/libical/libical_0.27.bb index ded0d40732..b41b2e688a 100644 --- a/packages/libical/libical_0.27.bb +++ b/packages/libical/libical_0.27.bb @@ -2,9 +2,11 @@ DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library" HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical" SECTION = "libs" LICENSE = "LGPL / MPL" -PR = "r0" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \ + file://pthread-link.patch;patch=1" -SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz" inherit autotools |