From: Florian Boor Date: Tue, 31 Jul 2007 16:52:00 +0000 (+0000) Subject: librecord2: Add svn recipe X-Git-Tag: Release-2010-05/1~8868^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4abcd7a8d3882312c51098e0c03304007b94ccf;p=openembedded.git librecord2: Add svn recipe --- diff --git a/packages/gpephone/librecord2_svn.bb b/packages/gpephone/librecord2_svn.bb new file mode 100644 index 0000000000..6580f6566f --- /dev/null +++ b/packages/gpephone/librecord2_svn.bb @@ -0,0 +1,27 @@ +LICENSE = "LiPS" +DESCRIPTION = "LiPS database API." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "glib-2.0 e2fsprogs-libs sqlite3" +PR = "r0" +PV = "0.1+svn-${SRCDATE}" + +DEFAULT_PREFERENCE = "-1" + +GPE_TARBALL_SUFFIX = "bz2" +inherit gpephone pkgconfig autotools + +SRC_URI = "${GPEPHONE_SVN}" + +S = "${WORKDIR}/${PN}" + +FILES_${PN} += " ${libdir}/*.so.*" +FILES_${PN}-dbg += "${libdir}/.debug/*.so.*" +FILES_${PN}-dev += "${includedir} ${libdir}/*.la ${libdir}/*.so" + + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +}