[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / libical / libical_0.27.bb
1 DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
2 HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
3 SECTION = "libs"
4 LICENSE = "LGPL / MPL"
5 PR = "r1"
6
7 SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz \
8            file://pthread-link.patch;patch=1"
9
10
11 inherit autotools
12
13 do_stage () {
14     autotools_stage_all
15 }