[oe-commits] Michael 'Mickey' Lauer : libfsotransport: new recipe; transport library for FSO. add as dependency for fso-term

GIT User account git at amethyst.openembedded.net
Wed Apr 22 10:11:33 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Apr 21 23:53:41 2009 +0200

libfsotransport: new recipe; transport library for FSO. add as dependency for fso-term

---

 recipes/freesmartphone/fso-term_git.bb        |    4 ++--
 recipes/freesmartphone/libfsotransport_git.bb |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fso-term_git.bb b/recipes/freesmartphone/fso-term_git.bb
index e3f674d..22e74d3 100644
--- a/recipes/freesmartphone/fso-term_git.bb
+++ b/recipes/freesmartphone/fso-term_git.bb
@@ -1,8 +1,8 @@
-DESCRIPTION = "Term is a versatile muxer-aware terminal program"
+DESCRIPTION = "FSO Term is a versatile muxer-aware terminal program"
 HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/fso-term"
 AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
 SECTION = "console/network"
-DEPENDS = "dbus dbus-glib readline libfsoframework"
+DEPENDS = "dbus dbus-glib readline libfsotransport"
 LICENSE = "GPL"
 PV = "0.0.0.0+gitr${SRCREV}"
 PR = "r0"
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb
new file mode 100644
index 0000000..c46721e
--- /dev/null
+++ b/recipes/freesmartphone/libfsotransport_git.bb
@@ -0,0 +1,3 @@
+require cornucopia.inc
+DESCRIPTION = "freesmartphone.org transport library"
+





More information about the Openembedded-commits mailing list