[oe-commits] Michael 'Mickey' Lauer : libfsoframework: new recipe; support library for freesmartphone.org

GIT User account git at amethyst.openembedded.net
Mon Mar 16 20:33:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 16c5d6f1b953f09368c9f13928b783bcba77b84e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=16c5d6f1b953f09368c9f13928b783bcba77b84e

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Mar 16 21:29:53 2009 +0100

libfsoframework: new recipe; support library for freesmartphone.org

---

 packages/freesmartphone/libfsoframework_git.bb |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/packages/freesmartphone/libfsoframework_git.bb b/packages/freesmartphone/libfsoframework_git.bb
new file mode 100644
index 0000000..7b03e17
--- /dev/null
+++ b/packages/freesmartphone/libfsoframework_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "freesmartphone.org support library"
+LICENSE = "GPL"
+SECTION = "devel"
+DEPENDS = "vala-native glib-2.0 dbus dbus-glib"
+PV = "0.0.0.0+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "\
+  ${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git/libfsoframework"
+
+inherit autotools_stage pkgconfig
+
+FILES_${PN} += "${sysconfdir} ${datadir}"
+# ship vapi files
+FILES_${PN}-dev += "${datadir}/vala"





More information about the Openembedded-commits mailing list