summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-05-15 18:11:35 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-05-15 18:11:35 +0000
commit6a1986e109e76130b5b908151bcc5a46c8f1adea (patch)
tree0003de658d2f2ba00a0ce314a041361c499ba893
parent03c519ef61584814951f1d8574b6efe2f4eefe9e (diff)
add zhone
-rw-r--r--packages/freesmartphone/mickeyterm_git.bb3
-rw-r--r--packages/freesmartphone/python-ophoned_git.bb1
-rw-r--r--packages/freesmartphone/zhone_git.bb13
3 files changed, 15 insertions, 2 deletions
diff --git a/packages/freesmartphone/mickeyterm_git.bb b/packages/freesmartphone/mickeyterm_git.bb
index 26c257b57f..243354cc91 100644
--- a/packages/freesmartphone/mickeyterm_git.bb
+++ b/packages/freesmartphone/mickeyterm_git.bb
@@ -1,7 +1,6 @@
DESCRIPTION = "Mickey's Terminal Program"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
-DEPENDS = "python-serial"
LICENSE = "GPLv2"
PV = "2.9.0+gitr${SRCREV}"
PR = "r0"
@@ -16,7 +15,7 @@ do_install() {
RDEPENDS_${PN} = "\
python-readline \
- python-serial \
+ python-pyserial \
python-textutils \
python-threading \
"
diff --git a/packages/freesmartphone/python-ophoned_git.bb b/packages/freesmartphone/python-ophoned_git.bb
index ebfe0c4b13..e494719bec 100644
--- a/packages/freesmartphone/python-ophoned_git.bb
+++ b/packages/freesmartphone/python-ophoned_git.bb
@@ -28,6 +28,7 @@ RDEPENDS_${PN} += "\
python-dbus \
python-pygobject \
python-pyrtc \
+ python-pyserial \
python-syslog \
"
diff --git a/packages/freesmartphone/zhone_git.bb b/packages/freesmartphone/zhone_git.bb
new file mode 100644
index 0000000000..7fe6742069
--- /dev/null
+++ b/packages/freesmartphone/zhone_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Zhone: Zen Phone"
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "edje-native"
+RDEPENDS = "task-python-efl python-textutils"
+PV = "0.0.0+gitr${SRCREV}"
+
+SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master"
+S = "${WORKDIR}/git"
+
+inherit autotools
+
+FILES_${PN} += "${datadir}"