From ebd227d5b3d557d40121d9bf2a66409c9af1edd2 Mon Sep 17 00:00:00 2001 From: Willer Moreira Date: Tue, 3 Nov 2009 16:11:04 -0300 Subject: [PATCH 067/118] ofono-cli: Just added initial version of ofono-cli Signed-off-by: Felipe Zimmerle Signed-off-by: Willer Moreira --- recipes/ofono/ofono-cli_0.3.bb | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 recipes/ofono/ofono-cli_0.3.bb diff --git a/recipes/ofono/ofono-cli_0.3.bb b/recipes/ofono/ofono-cli_0.3.bb new file mode 100644 index 0000000..85ba6cb --- /dev/null +++ b/recipes/ofono/ofono-cli_0.3.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Command Line interface for ofono" +HOMEPAGE = "http://dev.openbossa.org/bluebox/files/sources/" +LICENSE = "GPLv2" +SECTION = "console/network" +RDEPENDS = "python-dbus python-pygobject python-textutils ofono" +PR = "r0" + +inherit setuptools + +SRC_URI = "http://dev.openbossa.org/bluebox/files/sources/${PN}-${PV}.tar.gz" + +S = "${WORKDIR}/ofono-cli" -- 1.6.3.3