mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
9 lines
263 B
BlitzBasic
9 lines
263 B
BlitzBasic
DESCRIPTION = "iCal and scheduling (RFC 2445, 2446, 2447) library"
|
|
HOMEPAGE = "http://www.softwarestudio.org/softwarestudio/app.php/libical"
|
|
SECTION = "libs"
|
|
LICENSE = "LGPL / MPL"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/freeassociation/${P}.tar.gz"
|
|
|
|
inherit autotools
|