[oe-commits] Michael 'Mickey' Lauer : fso-term: new recipe; a versatile muxer-aware terminal program

GIT User account git at amethyst.openembedded.net
Sat Apr 18 16:34:01 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 22111eb4fff38587e1b12385ed10da5e90432e82
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22111eb4fff38587e1b12385ed10da5e90432e82

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Apr 18 18:30:05 2009 +0200

fso-term: new recipe; a versatile muxer-aware terminal program

---

 conf/distro/include/fso-autorev.inc    |    1 +
 conf/distro/include/sane-srcrevs.inc   |    1 +
 recipes/freesmartphone/fso-term_git.bb |   17 +++++++++++++++++
 3 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index 8f08ad4..8ceb233 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -6,6 +6,7 @@ SRCREV_pn-fsod = "${AUTOREV}"
 SRCREV_pn-fsodeviced = "${AUTOREV}"
 SRCREV_pn-fso-abyss = "${AUTOREV}"
 SRCREV_pn-fso-apm = "${AUTOREV}"
+SRCREV_pn-fso-term = "${AUTOREV}"
 SRCREV_pn-fso-gsm0710muxd = "${AUTOREV}"
 SRCREV_pn-fso-gpsd = "${AUTOREV}"
 SRCREV_pn-fso-monitord = "${AUTOREV}"
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 32ec06e..d1c0eda 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -59,6 +59,7 @@ SRCREV_pn-frameworkd-devel ?= "858c8d58d1f7e807f2c09532787c4e7b1a5daa52"
 SRCREV_pn-fsod ?= "3fa5eb6f2edcf7c9f0fc2027fda47b91d9f0f136"
 SRCREV_pn-fso-abyss ?= "0c713f42f078ae4aa3138ea487f044b9cd9d525b"
 SRCREV_pn-fso-apm ?= "eb39ce7fb81bfa64e1a9eb5f142ca3d1065be3fa"
+SRCREV_pn-fso-term ?= "2cd15459c689d56e3ddde761129f4b00beab68ef"
 SRCREV_pn-fso-gpsd ?= "78fe48dffb923175bde9f0aabc3500a9264a57e0"
 SRCREV_pn-fso-gsm0710muxd ?= "abcbcd7cc532a8834906de3fc24c8f8fe7643cd4"
 SRCREV_pn-fso-monitord ?= "0f64979a11d6263c7b7ed0e945a0889744f295f1"
diff --git a/recipes/freesmartphone/fso-term_git.bb b/recipes/freesmartphone/fso-term_git.bb
new file mode 100644
index 0000000..e3f674d
--- /dev/null
+++ b/recipes/freesmartphone/fso-term_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Term is a versatile muxer-aware terminal program"
+HOMEPAGE = "http://www.freesmartphone.org/index.php/Implementations/fso-term"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer at vanille-media.de>"
+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"
+
+inherit autotools vala
+
+FILES_${PN} += "${datadir}"





More information about the Openembedded-commits mailing list