summaryrefslogtreecommitdiff
path: root/packages/alsa/alsa-tools_1.0.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/alsa/alsa-tools_1.0.11.bb')
-rw-r--r--packages/alsa/alsa-tools_1.0.11.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/alsa/alsa-tools_1.0.11.bb b/packages/alsa/alsa-tools_1.0.11.bb
deleted file mode 100644
index 9512ae8036..0000000000
--- a/packages/alsa/alsa-tools_1.0.11.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-BROKEN = "1"
-
-DESCRIPTION = "Alsa Tools"
-SECTION = "console/utils"
-LICENSE = "GPL"
-DEPENDS = "alsa-lib"
-PR = "r0"
-
-SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2"
-
-inherit autotools
-
-# this bb file requires quite some work.
-# There is no top level makefile in tools
-# that is why install fails, but actually nothing is compiled
-# in order to fix this, the bb file needs heavy work
-# (but the tools are not very useful for oe, so I'll leave it for now)