[oe-commits] org.oe.dev librecord: Add 1.0

florian commit openembedded-commits at lists.openembedded.org
Mon Oct 29 16:13:16 UTC 2007


librecord: Add 1.0

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: 670088b04633da95593b635532f7831a766b6ba4
ViewMTN: http://monotone.openembedded.org/revision/info/670088b04633da95593b635532f7831a766b6ba4
Files:
1
packages/gpephone/librecord_1.0.bb
Diffs:

#
# mt diff -r85303a48a4fb0ae4a08ed04f90d4a50cd477a631 -r670088b04633da95593b635532f7831a766b6ba4
#
# 
# 
# add_file "packages/gpephone/librecord_1.0.bb"
#  content [162390f9d51c36e0a4493660fc49b3b4fd40ffe6]
# 
============================================================
--- packages/gpephone/librecord_1.0.bb	162390f9d51c36e0a4493660fc49b3b4fd40ffe6
+++ packages/gpephone/librecord_1.0.bb	162390f9d51c36e0a4493660fc49b3b4fd40ffe6
@@ -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
+}






More information about the Openembedded-commits mailing list