diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-21 23:53:41 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-22 12:07:36 +0200 |
commit | 9cfc8432cdf2fe9df7dc42221ba8a301ac801a4b (patch) | |
tree | e11f62907340deb076fddf997b4b62566979e18c /recipes/freesmartphone | |
parent | b3ee52abc51599c1b801015e428524412ffb71ba (diff) |
libfsotransport: new recipe; transport library for FSO. add as dependency for fso-term
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/fso-term_git.bb | 4 | ||||
-rw-r--r-- | 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 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 <mlauer@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 0000000000..c46721eca6 --- /dev/null +++ b/recipes/freesmartphone/libfsotransport_git.bb @@ -0,0 +1,3 @@ +require cornucopia.inc +DESCRIPTION = "freesmartphone.org transport library" + |