From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/freesmartphone/mickeyterm_git.bb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes/freesmartphone/mickeyterm_git.bb (limited to 'recipes/freesmartphone/mickeyterm_git.bb') diff --git a/recipes/freesmartphone/mickeyterm_git.bb b/recipes/freesmartphone/mickeyterm_git.bb new file mode 100644 index 0000000000..276eeb55ab --- /dev/null +++ b/recipes/freesmartphone/mickeyterm_git.bb @@ -0,0 +1,28 @@ +DESCRIPTION = "Mickey's Terminal Program" +AUTHOR = "Michael 'Mickey' Lauer " +HOMEPAGE = "http://www.freesmartphone.org" +SECTION = "console/network" +LICENSE = "GPLv2" +PV = "2.9.1+gitr${SRCREV}" +PR = "r3" + +SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +do_install() { + install -d ${D}${bindir} + install -m 0755 mickeyterm/mickeyterm ${D}${bindir} +} + +RDEPENDS_${PN} = "\ + python-readline \ + python-pyserial \ + python-textutils \ + python-threading \ +" +RRECOMMENDS_${PN} += "\ + fso-gsm0710muxd \ + python-dbus \ +" + +PACKAGE_ARCH_${PN} = "all" -- cgit 1.2.3-korg