From: Florian Boor Date: Mon, 23 Apr 2007 16:45:39 +0000 (+0000) Subject: librecord2: Add librecord2, the new G(PE)^2 database library. X-Git-Tag: Release-2010-05/1~8868^2~660^2~57^2~5^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16fb74421e04040417a417208bc9d8e5d01e350;p=openembedded.git librecord2: Add librecord2, the new G(PE)^2 database library. --- diff --git a/packages/gpephone/librecord2_0.1.bb b/packages/gpephone/librecord2_0.1.bb new file mode 100644 index 0000000000..532cc267ff --- /dev/null +++ b/packages/gpephone/librecord2_0.1.bb @@ -0,0 +1,15 @@ +LICENSE = "LiPS" +DESCRIPTION = "LiPS database API." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "glib-2.0 e2fsprogs-libs sqlite3" +PR = "r0" + +GPE_TARBALL_SUFFIX = "bz2" +inherit gpephone pkgconfig autotools + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +}