summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/multicat_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freesmartphone/multicat_git.bb')
-rw-r--r--packages/freesmartphone/multicat_git.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/freesmartphone/multicat_git.bb b/packages/freesmartphone/multicat_git.bb
deleted file mode 100644
index c9344390ed..0000000000
--- a/packages/freesmartphone/multicat_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-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 = "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}
-}
-
-RDEPENDS_${PN} = "\
- python-core \
-"
-
-PACKAGE_ARCH_${PN} = "all"