diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-15 18:57:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-15 18:57:09 +0000 |
commit | 059aa9ee0f4c615cc587d708ae2aeba56fd7116f (patch) | |
tree | 0ba39eef756ee477e6bc200b0523aa41d43baaa5 | |
parent | d157d168cebd735347bef6a4f921565cdadd17d7 (diff) | |
parent | f7c09d6ae335fa891b1a2e47a0715596f2a06472 (diff) |
merge of 'b4b01fb4e8b3ecffccf4533846f88e2458fe7362'
and 'ba129bd9e38e74717e81d25413881c72841b72fc'
-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}" |