diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
commit | e9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch) | |
tree | 8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /alsa-utils | |
parent | acea8d73cb0c72991690d488915e426bf7e46675 (diff) |
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'alsa-utils')
-rw-r--r-- | alsa-utils/alsa-utils_0.9.8.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alsa-utils/alsa-utils_0.9.8.oe b/alsa-utils/alsa-utils_0.9.8.oe index e69de29bb2..8ae86cd5b6 100644 --- a/alsa-utils/alsa-utils_0.9.8.oe +++ b/alsa-utils/alsa-utils_0.9.8.oe @@ -0,0 +1,8 @@ +DESCRIPTION="Alsa Utilities" +MAINTAINER="Lorn Potter <lpotter@trolltech.com>" +LICENSE="GPL" +DEPENDS="virtual/libc" + +SRC_URI="ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2" + +inherit autotools |