mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
Remove all PR = "r0" from all .bb files in oe-core. This was done with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
686 B
BlitzBasic
17 lines
686 B
BlitzBasic
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"
|
|
|
|
|
|
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
|