diff options
-rw-r--r-- | packages/freesmartphone/mickeyterm_git.bb | 3 | ||||
-rw-r--r-- | packages/freesmartphone/python-ophoned_git.bb | 1 | ||||
-rw-r--r-- | packages/freesmartphone/zhone_git.bb | 13 |
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}" |