From c9fbceb7c35e6572c04deb0babda1ff8cf4c3457 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Fri, 12 Feb 2010 21:12:44 +0100 Subject: freesmartphone: rename mickeydbus(2) to mdbus(2), fso-term is now called mterm2 --- recipes/freesmartphone/fso-term_git.bb | 21 --------------------- recipes/freesmartphone/mdbus2_git.bb | 17 +++++++++++++++++ recipes/freesmartphone/mdbus_git.bb | 25 +++++++++++++++++++++++++ recipes/freesmartphone/mickeydbus2_git.bb | 17 ----------------- recipes/freesmartphone/mickeydbus_git.bb | 25 ------------------------- recipes/freesmartphone/mterm2_git.bb | 21 +++++++++++++++++++++ 6 files changed, 63 insertions(+), 63 deletions(-) delete mode 100644 recipes/freesmartphone/fso-term_git.bb create mode 100644 recipes/freesmartphone/mdbus2_git.bb create mode 100644 recipes/freesmartphone/mdbus_git.bb delete mode 100644 recipes/freesmartphone/mickeydbus2_git.bb delete mode 100644 recipes/freesmartphone/mickeydbus_git.bb create mode 100644 recipes/freesmartphone/mterm2_git.bb (limited to 'recipes') diff --git a/recipes/freesmartphone/fso-term_git.bb b/recipes/freesmartphone/fso-term_git.bb deleted file mode 100644 index acb20cdb05..0000000000 --- a/recipes/freesmartphone/fso-term_git.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "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" -LICENSE = "GPL" -PV = "0.0.0.0+gitr${SRCREV}" -PR = "r0" - -SRC_URI = "\ - ${FREESMARTPHONE_GIT}/fso-term.git;protocol=git;branch=master \ -" -S = "${WORKDIR}/git" - -do_stage() { - : -} - -inherit autotools vala - -FILES_${PN} += "${datadir}" diff --git a/recipes/freesmartphone/mdbus2_git.bb b/recipes/freesmartphone/mdbus2_git.bb new file mode 100644 index 0000000000..0b72f4cea3 --- /dev/null +++ b/recipes/freesmartphone/mdbus2_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Mickey's DBus introspection and calling Program V2" +AUTHOR = "Michael 'Mickey' Lauer " +HOMEPAGE = "http://www.freesmartphone.org" +SECTION = "console/network" +LICENSE = "GPLv2" +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" + +do_stage() { + : +} + +inherit autotools_stage vala diff --git a/recipes/freesmartphone/mdbus_git.bb b/recipes/freesmartphone/mdbus_git.bb new file mode 100644 index 0000000000..229ff7f1fd --- /dev/null +++ b/recipes/freesmartphone/mdbus_git.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Mickey's DBus introspection and calling Program" +AUTHOR = "Michael 'Mickey' Lauer " +HOMEPAGE = "http://www.freesmartphone.org" +SECTION = "console/network" +LICENSE = "GPLv2" +PV = "0.9.2+gitr${SRCREV}" +PR = "r2" + +SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +do_install() { + install -d ${D}${bindir} + install -m 0755 mickeydbus/mdbus ${D}${bindir} +} + +RDEPENDS_${PN} = "\ + python-dbus \ + python-pygobject \ + python-pprint \ + python-xml \ +" + +PACKAGE_ARCH_${PN} = "all" + diff --git a/recipes/freesmartphone/mickeydbus2_git.bb b/recipes/freesmartphone/mickeydbus2_git.bb deleted file mode 100644 index 799cbe72c1..0000000000 --- a/recipes/freesmartphone/mickeydbus2_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Mickey's DBus introspection and calling Program rewritten in vala" -AUTHOR = "Michael 'Mickey' Lauer " -HOMEPAGE = "http://www.freesmartphone.org" -SECTION = "console/network" -LICENSE = "GPLv2" - -DEPENDS = "vala-native 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 - - diff --git a/recipes/freesmartphone/mickeydbus_git.bb b/recipes/freesmartphone/mickeydbus_git.bb deleted file mode 100644 index 229ff7f1fd..0000000000 --- a/recipes/freesmartphone/mickeydbus_git.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Mickey's DBus introspection and calling Program" -AUTHOR = "Michael 'Mickey' Lauer " -HOMEPAGE = "http://www.freesmartphone.org" -SECTION = "console/network" -LICENSE = "GPLv2" -PV = "0.9.2+gitr${SRCREV}" -PR = "r2" - -SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master" -S = "${WORKDIR}/git" - -do_install() { - install -d ${D}${bindir} - install -m 0755 mickeydbus/mdbus ${D}${bindir} -} - -RDEPENDS_${PN} = "\ - python-dbus \ - python-pygobject \ - python-pprint \ - python-xml \ -" - -PACKAGE_ARCH_${PN} = "all" - diff --git a/recipes/freesmartphone/mterm2_git.bb b/recipes/freesmartphone/mterm2_git.bb new file mode 100644 index 0000000000..6e10f9456f --- /dev/null +++ b/recipes/freesmartphone/mterm2_git.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "mterm 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 libfsotransport" +LICENSE = "GPL" +PV = "0.1.0+gitr${SRCREV}" +PR = "r0" + +SRC_URI = "\ + ${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git;branch=master \ +" +S = "${WORKDIR}/git/tools/mterm2" + +do_stage() { + : +} + +inherit autotools vala + +FILES_${PN} += "${datadir}" -- cgit v1.2.3