From: Florian Boor Date: Fri, 26 Aug 2005 13:37:13 +0000 (+0000) Subject: libschedule: Add V 0.15. Courtesy by Philippe de Swert. X-Git-Tag: Release-2010-05/1~9453^2~3779^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb663b93685af48bdfd532dccdf88d893e7bce99;p=openembedded.git libschedule: Add V 0.15. Courtesy by Philippe de Swert. --- diff --git a/packages/libschedule/libschedule_0.15.bb b/packages/libschedule/libschedule_0.15.bb new file mode 100644 index 0000000000..e186262cde --- /dev/null +++ b/packages/libschedule/libschedule_0.15.bb @@ -0,0 +1,21 @@ +LICENSE = "LGPL" +PR = "r1" +DESCRIPTION = "RTC alarm handling library for GPE" +SECTION = "gpe/libs" +PRIORITY = "optional" +MAINTAINER = "Philip Blundell " +DEPENDS = "glib-2.0 sqlite" + +inherit autotools libtool pkgconfig gpe + +headers = "schedule.h" + +do_stage () { + oe_libinstall -so libschedule ${STAGING_LIBDIR} + + mkdir -p ${STAGING_INCDIR}/gpe + for h in ${headers}; do + install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h + done +} +