diff options
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/mdbus2_git.bb (renamed from recipes/freesmartphone/mickeydbus2_git.bb) | 12 | ||||
-rw-r--r-- | recipes/freesmartphone/mdbus_git.bb (renamed from recipes/freesmartphone/mickeydbus_git.bb) | 0 | ||||
-rw-r--r-- | recipes/freesmartphone/mterm2_git.bb (renamed from recipes/freesmartphone/fso-term_git.bb) | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/recipes/freesmartphone/mickeydbus2_git.bb b/recipes/freesmartphone/mdbus2_git.bb index 799cbe72c1..0b72f4cea3 100644 --- a/recipes/freesmartphone/mickeydbus2_git.bb +++ b/recipes/freesmartphone/mdbus2_git.bb @@ -1,17 +1,17 @@ -DESCRIPTION = "Mickey's DBus introspection and calling Program rewritten in vala" +DESCRIPTION = "Mickey's DBus introspection and calling Program V2" AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" HOMEPAGE = "http://www.freesmartphone.org" SECTION = "console/network" LICENSE = "GPLv2" - -DEPENDS = "vala-native glib-2.0 dbus dbus-glib" - +DEPENDS = "glib-2.0 dbus dbus-glib" PV = "2.0.0+gitr${SRCREV}" PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master" S = "${WORKDIR}/git/tools/mdbus2" -inherit autotools - +do_stage() { + : +} +inherit autotools_stage vala diff --git a/recipes/freesmartphone/mickeydbus_git.bb b/recipes/freesmartphone/mdbus_git.bb index 229ff7f1fd..229ff7f1fd 100644 --- a/recipes/freesmartphone/mickeydbus_git.bb +++ b/recipes/freesmartphone/mdbus_git.bb diff --git a/recipes/freesmartphone/fso-term_git.bb b/recipes/freesmartphone/mterm2_git.bb index acb20cdb05..6e10f9456f 100644 --- a/recipes/freesmartphone/fso-term_git.bb +++ b/recipes/freesmartphone/mterm2_git.bb @@ -1,16 +1,16 @@ -DESCRIPTION = "Term is a versatile muxer-aware terminal program" +DESCRIPTION = "mterm 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 libfsoframework libfsotransport" LICENSE = "GPL" -PV = "0.0.0.0+gitr${SRCREV}" +PV = "0.1.0+gitr${SRCREV}" PR = "r0" SRC_URI = "\ - ${FREESMARTPHONE_GIT}/fso-term.git;protocol=git;branch=master \ + ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \ " -S = "${WORKDIR}/git" +S = "${WORKDIR}/git/tools/mterm2" do_stage() { : |