[oe-commits] org.oe.dev add mickeyterm, a convenient terminal program

mickeyl commit oe at amethyst.openembedded.net
Sat May 10 10:43:39 UTC 2008


add mickeyterm, a convenient terminal program

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: a627b889876536acc68ef593eff0784aa12340fa
ViewMTN: http://monotone.openembedded.org/revision/info/a627b889876536acc68ef593eff0784aa12340fa
Files:
1
packages/freesmartphone/mickeyterm_git.bb
conf/distro/include/fso-autorev.inc
conf/distro/include/sane-srcrevs.inc
Diffs:

#
# mt diff -rf0d37b436d1ce39437b94acd261109f04af36c38 -ra627b889876536acc68ef593eff0784aa12340fa
#
#
#
# add_file "packages/freesmartphone/mickeyterm_git.bb"
#  content [bc49238273e24ba425114eecb9d8f2d58cc1dc9f]
# 
# patch "conf/distro/include/fso-autorev.inc"
#  from [0c8a1a3299beccbe5038925b40819e352a7c865f]
#    to [f9276705864b02b4689fddd0fdbfb8f5ce705e91]
# 
# patch "conf/distro/include/sane-srcrevs.inc"
#  from [66194c2a11de4d730e4bb8b41bd36aaeb73422e9]
#    to [2a469ea3d4d815b6cf659fc5d1961363944902fb]
#
============================================================
--- packages/freesmartphone/mickeyterm_git.bb	bc49238273e24ba425114eecb9d8f2d58cc1dc9f
+++ packages/freesmartphone/mickeyterm_git.bb	bc49238273e24ba425114eecb9d8f2d58cc1dc9f
@@ -0,0 +1,26 @@
+DESCRIPTION = "Mickey's Terminal Program"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
+SECTION = "console/network"
+DEPENDS = "python-serial"
+LICENSE = "GPLv2"
+PV = "2.9.0+gitr${SRCREV}"
+PR = "r0"
+
+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-serial \
+  python-textutils \
+  python-threading \
+"
+RRECOMMENDS_${PN} += "\
+  gsm0710muxd \
+  python-dbus \
+"
============================================================
--- conf/distro/include/fso-autorev.inc	0c8a1a3299beccbe5038925b40819e352a7c865f
+++ conf/distro/include/fso-autorev.inc	f9276705864b02b4689fddd0fdbfb8f5ce705e91
@@ -1,5 +1,6 @@ SRCREV_pn-pygsm = "${AUTOREV}"
 SRCREV_pn-gsm0710muxd = "${AUTOREV}"
 SRCREV_pn-pygsm = "${AUTOREV}"
+SRCREV_pn-mickeyterm = "${AUTOREV}"
 SRCREV_pn-pyneod = "${AUTOREV}"
 SRCREV_pn-pynoeg = "${AUTOREV}"
 SRCREV_pn-python-odeviced = "${AUTOREV}"
============================================================
--- conf/distro/include/sane-srcrevs.inc	66194c2a11de4d730e4bb8b41bd36aaeb73422e9
+++ conf/distro/include/sane-srcrevs.inc	2a469ea3d4d815b6cf659fc5d1961363944902fb
@@ -73,6 +73,7 @@ SRCREV_pn-matchbox-stroke ?= "1820"
 SRCREV_pn-matchbox-keyboard-inputmethod ?= "1910"
 SRCREV_pn-matchbox-panel-2 ?= "1626"
 SRCREV_pn-matchbox-stroke ?= "1820"
+SRCREV_pn-mickeyterm ?= "7b91951addfd51850a23c23ad8ba7f853c4d3416;hb=7b91951addfd51850a23c23ad8ba7f853c4d3416"
 SRCREV_pn-moko-gtk-engine ?= "3612"
 SRCREV_pn-mpd-alsa ?= "6952"
 SRCREV_pn-mplayer ?= "26455"






More information about the Openembedded-commits mailing list