summaryrefslogtreecommitdiff
path: root/recipes/freesmartphone/multicat_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-01 15:08:28 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-01 21:49:59 +0200
commitf52cfb976ae1929b1956b9e45e060a5a5108cb08 (patch)
tree9c40dd0a410837d154bdb07a0141959f26c600a4 /recipes/freesmartphone/multicat_git.bb
parent4a134e561aa0b19642005704111fbc0ef2b6e111 (diff)
freesmartphone: create python-helpers.inc, with shared variables and SRCREV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/freesmartphone/multicat_git.bb')
-rw-r--r--recipes/freesmartphone/multicat_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes/freesmartphone/multicat_git.bb b/recipes/freesmartphone/multicat_git.bb
index a47f6056e0..77d61159b3 100644
--- a/recipes/freesmartphone/multicat_git.bb
+++ b/recipes/freesmartphone/multicat_git.bb
@@ -1,16 +1,13 @@
DESCRIPTION = "Multiple cat utility"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
-HOMEPAGE = "http://www.freesmartphone.org"
SECTION = "console"
-LICENSE = "GPLv2"
+
+require python-helpers.inc
+
SRCREV = "${FSO_PYTHONHELPERS_SRCREV}"
PV = "0.0.0+gitr${SRCPV}"
-PE = "1"
PR = "r1"
-SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master"
-S = "${WORKDIR}/git"
-
do_install() {
install -d ${D}${bindir}
install -m 0755 multicat/multicat ${D}${bindir}