summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/multicat_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-26 15:03:22 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-26 15:04:19 +0100
commit44819323197d5a5833193ed74eb2d04f9ff66bcc (patch)
treedd40e374c520ada93f74f2b165748ac1d6ce7e79 /packages/freesmartphone/multicat_git.bb
parente7aea9ef0f7af04c98fdf33c7751df4b2af69124 (diff)
fso-apm: new recipe; apm compatibility command for freesmartphone.org framework
multicat: new recipe; multiple cat utility sane-srcrevs.inc: bump FSO stuff preferred-om-2008-versions: bump git angstrom-2007-for-openmoko.inc: bump
Diffstat (limited to 'packages/freesmartphone/multicat_git.bb')
-rw-r--r--packages/freesmartphone/multicat_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/freesmartphone/multicat_git.bb b/packages/freesmartphone/multicat_git.bb
new file mode 100644
index 0000000000..fb2b332143
--- /dev/null
+++ b/packages/freesmartphone/multicat_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "Multiple cat utility"
+AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
+HOMEPAGE = "http://www.freesmartphone.org"
+SECTION = "console"
+LICENSE = "GPLv2"
+PV = "0.0.0+gitr${SRCREV}"
+PR = "r0"
+
+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}
+}
+
+RDEPENDS_${PN} = "\
+ python-core \
+"
+
+PACKAGE_ARCH_${PN} = "all"