[oe-commits] org.oe.dev add zhone

mickeyl commit oe at amethyst.openembedded.net
Thu May 15 18:16:22 UTC 2008


add zhone

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 5fdefb8b4b08bb2ea1670328ae0c67e3d5335805
ViewMTN: http://monotone.openembedded.org/revision/info/5fdefb8b4b08bb2ea1670328ae0c67e3d5335805
Files:
1
packages/freesmartphone/zhone_git.bb
packages/freesmartphone/mickeyterm_git.bb
packages/freesmartphone/python-ophoned_git.bb
Diffs:

#
# mt diff -re0a3a4609603ad063633b1bc60a56bc10beaa44a -r5fdefb8b4b08bb2ea1670328ae0c67e3d5335805
#
#
#
# add_file "packages/freesmartphone/zhone_git.bb"
#  content [be991be982f74c721ed53468671e7ecce2218df4]
# 
# patch "packages/freesmartphone/mickeyterm_git.bb"
#  from [bc49238273e24ba425114eecb9d8f2d58cc1dc9f]
#    to [282df0e10ec613105e8c966277bf91f2ff385447]
# 
# patch "packages/freesmartphone/python-ophoned_git.bb"
#  from [ea7c430a6835bdc3187fcd080d1ad5d9128f77ac]
#    to [c3a23270719f3ed39a3432f18c7e5dd0ad4b8847]
#
============================================================
--- packages/freesmartphone/zhone_git.bb	be991be982f74c721ed53468671e7ecce2218df4
+++ packages/freesmartphone/zhone_git.bb	be991be982f74c721ed53468671e7ecce2218df4
@@ -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}"
============================================================
--- packages/freesmartphone/mickeyterm_git.bb	bc49238273e24ba425114eecb9d8f2d58cc1dc9f
+++ packages/freesmartphone/mickeyterm_git.bb	282df0e10ec613105e8c966277bf91f2ff385447
@@ -1,7 +1,6 @@ SECTION = "console/network"
 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"
@@ -16,7 +15,7 @@ RDEPENDS_${PN} = "\
 
 RDEPENDS_${PN} = "\
   python-readline \
-  python-serial \
+  python-pyserial \
   python-textutils \
   python-threading \
 "
============================================================
--- packages/freesmartphone/python-ophoned_git.bb	ea7c430a6835bdc3187fcd080d1ad5d9128f77ac
+++ packages/freesmartphone/python-ophoned_git.bb	c3a23270719f3ed39a3432f18c7e5dd0ad4b8847
@@ -28,6 +28,7 @@ RDEPENDS_${PN} += "\
   python-dbus \
   python-pygobject \
   python-pyrtc \
+  python-pyserial \
   python-syslog \
 "
 






More information about the Openembedded-commits mailing list