diff options
-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" + |