diff options
author | Frans Meulenbroeks <fransmeulenbroeks@yahoo.com> | 2006-05-20 20:00:52 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-20 20:00:52 +0000 |
commit | 084c9245dd3df8371b85815abba3de6ab48a3c6c (patch) | |
tree | a4ddb9a67d74d4c8838b1005a424cc6bcc62aca7 /packages/alsa/alsa-tools_1.0.11.bb | |
parent | 6c0dddae8f2478c1bd7fc80ab05833d77eefd369 (diff) |
alsa: updated to 1.0.11
Diffstat (limited to 'packages/alsa/alsa-tools_1.0.11.bb')
-rw-r--r-- | packages/alsa/alsa-tools_1.0.11.bb | 17 |
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) |