add zhone
authorMichael Lauer <mickey@vanille-media.de>
Thu, 15 May 2008 18:11:35 +0000 (18:11 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 15 May 2008 18:11:35 +0000 (18:11 +0000)
packages/freesmartphone/mickeyterm_git.bb
packages/freesmartphone/python-ophoned_git.bb
packages/freesmartphone/zhone_git.bb [new file with mode: 0644]

index 26c257b..243354c 100644 (file)
@@ -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 \
 "
index ebfe0c4..e494719 100644 (file)
@@ -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 (file)
index 0000000..7fe6742
--- /dev/null
@@ -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}"