diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-02-12 21:12:44 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-02-12 21:15:04 +0100 |
commit | c9fbceb7c35e6572c04deb0babda1ff8cf4c3457 (patch) | |
tree | 1c1e2be966d4db91212ab678441eceef5a40a917 /recipes/freesmartphone | |
parent | 550d4902f4f5a369d8fe378c364efcc2346a2d05 (diff) |
freesmartphone: rename mickeydbus(2) to mdbus(2), fso-term is now called mterm2
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() { : |