From 9cfc8432cdf2fe9df7dc42221ba8a301ac801a4b Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 21 Apr 2009 23:53:41 +0200 Subject: [PATCH] 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(-) create mode 100644 recipes/freesmartphone/libfsotransport_git.bb diff --git a/recipes/freesmartphone/fso-term_git.bb b/recipes/freesmartphone/fso-term_git.bb index e3f674d7cb..22e74d3795 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 " 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 0000000000..c46721eca6 --- /dev/null +++ b/recipes/freesmartphone/libfsotransport_git.bb @@ -0,0 +1,3 @@ +require cornucopia.inc +DESCRIPTION = "freesmartphone.org transport library" + -- 2.39.5