[oe-commits] org.oe.dev libsettings: Add svn recipe

florian commit openembedded-commits at lists.openembedded.org
Mon Apr 23 16:52:01 UTC 2007


libsettings: Add svn recipe

Author: florian at openembedded.org
Branch: org.openembedded.dev
Revision: aa810d2bcb581a803161f1893924dc1dc3f6dc89
ViewMTN: http://monotone.openembedded.org/revision.psp?id=aa810d2bcb581a803161f1893924dc1dc3f6dc89
Files:
1
packages/gpephone/libsettings_svn.bb
Diffs:

#
# mt diff -r0ace7735d01354ecbfc716ed1bc36a0619897d7f -raa810d2bcb581a803161f1893924dc1dc3f6dc89
#
# 
# 
# add_file "packages/gpephone/libsettings_svn.bb"
#  content [3ec47b4c7f7282f6b14237e73d2fc1fec4ec2701]
# 
============================================================
--- packages/gpephone/libsettings_svn.bb	3ec47b4c7f7282f6b14237e73d2fc1fec4ec2701
+++ packages/gpephone/libsettings_svn.bb	3ec47b4c7f7282f6b14237e73d2fc1fec4ec2701
@@ -0,0 +1,22 @@
+DESCRIPTION = "G(PE)^2 settings API library"
+SECTION = "gpe/libs"
+PRIORITY = "required"
+LICENSE = "LiPS"
+DEPENDS = "glib-2.0 gconf-dbus"
+PV = "0.0+svn-${SRCDATE}"
+
+DEFAULT_PREFERENCE = "-1"
+
+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"
+
+do_stage () {
+    autotools_stage_all
+}






More information about the Openembedded-commits mailing list