[oe-commits] Klaus Kurzmann : phonet-utils: new recipe

git version control git at git.openembedded.org
Mon Apr 11 14:08:45 UTC 2011


Module: openembedded.git
Branch: master
Commit: 520a238102346ff634b05666422db8cd2aa32653
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=520a238102346ff634b05666422db8cd2aa32653

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Tue Mar 29 21:27:11 2011 +0200

phonet-utils: new recipe

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/phonet-utils/phonet-utils_git.bb |   17 +++++++++++++++++
 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 0000000..05efb6a
--- /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
+}
+





More information about the Openembedded-commits mailing list