From: Florian Boor Date: Mon, 29 Oct 2007 12:05:35 +0000 (+0000) Subject: librecord: Add 1.0 X-Git-Tag: Release-2010-05/1~8454^2~94^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c238e6ebcacc550a34e174f369b6f707fc836c2;p=openembedded.git librecord: Add 1.0 --- diff --git a/packages/gpephone/librecord_1.0.bb b/packages/gpephone/librecord_1.0.bb new file mode 100644 index 0000000000..532cc267ff --- /dev/null +++ b/packages/gpephone/librecord_1.0.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 +}