diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-21 19:36:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-21 19:36:04 +0100 |
commit | c953deb8213e0a02a0f708af917c7428e4677647 (patch) | |
tree | 56afdc3cb977063f1199dafb05435f60f134378f /packages/alsa | |
parent | 2002eb5dd514e55339f8dc46a3c985e7c5f33ea2 (diff) |
alsa-utils 1.0.18: def pref -1 till someone fixes it so it actually builds
Diffstat (limited to 'packages/alsa')
-rw-r--r-- | packages/alsa/alsa-utils_1.0.18.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/alsa/alsa-utils_1.0.18.bb b/packages/alsa/alsa-utils_1.0.18.bb index d5f116bafc..db113fcfd7 100644 --- a/packages/alsa/alsa-utils_1.0.18.bb +++ b/packages/alsa/alsa-utils_1.0.18.bb @@ -4,6 +4,9 @@ SECTION = "console/utils" LICENSE = "GPL" DEPENDS = "alsa-lib ncurses" +# needs 'xmlto', and fails anyway when you install it +DEFAULT_PREFERENCE = "-9999" + SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ file://alsa-utils-automake.patch;patch=1 \ " |