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, 17 insertions, 0 deletions
diff --git a/packages/alsa/alsa-tools_1.0.11.bb b/packages/alsa/alsa-tools_1.0.11.bb
new file mode 100644
index 0000000000..9512ae8036
--- /dev/null
+++ b/packages/alsa/alsa-tools_1.0.11.bb
@@ -0,0 +1,17 @@
+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)