aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/phonet-utils
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-03-29 21:27:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2011-04-11 16:05:35 +0200
commit520a238102346ff634b05666422db8cd2aa32653 (patch)
treee010fda1cb04f7bb963f9b17425c804cdfd56fd7 /recipes/phonet-utils
parentda403d895dc61b6f43de724799edad2390e18ad0 (diff)
downloadopenembedded-520a238102346ff634b05666422db8cd2aa32653.tar.gz
phonet-utils: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/phonet-utils')
-rw-r--r--recipes/phonet-utils/phonet-utils_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/phonet-utils/phonet-utils_git.bb b/recipes/phonet-utils/phonet-utils_git.bb
new file mode 100644
index 0000000000..05efb6aba5
--- /dev/null
+++ b/recipes/phonet-utils/phonet-utils_git.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "This small package provides a few command line tools for Linux Phonet"
+HOMEPAGE = ""
+LICENSE = "GPL2"
+SRC_URI = "git://gitorious.org/meego-cellular/phonet-utils.git;branch=master;protocol=git"
+PR = "r0"
+S = "${WORKDIR}/git"
+SRCREV = "4acfa720fd37d178a048fc2be17180137d4a70ea"
+PV = "0.0.0+gitr${SRCPV}"
+
+do_compile () {
+ make
+}
+
+do_install () {
+ DESTDIR=${D} oe_runmake install
+}
+