[oe-commits] Michael 'Mickey' Lauer : libframeworkd-glib: add

GIT User account git at amethyst.openembedded.net
Tue Oct 28 09:57:54 UTC 2008


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Oct 28 09:38:05 2008 +0100

libframeworkd-glib: add

---

 packages/freesmartphone/libframeworkd-glib_git.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/packages/freesmartphone/libframeworkd-glib_git.bb b/packages/freesmartphone/libframeworkd-glib_git.bb
new file mode 100644
index 0000000..bce8312
--- /dev/null
+++ b/packages/freesmartphone/libframeworkd-glib_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "freesmartphone.org API glib wrapper"
+LICENSE = "LGPL"
+SECTION = "devel"
+DEPENDS = "dbus-glib"
+PV = "0.0.1+gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/libframeworkd-glib.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+do_stage() {
+	autotools_stage_all
+}
+





More information about the Openembedded-commits mailing list