diff options
Diffstat (limited to 'meta/recipes-multimedia/alsa')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb index 24af545054..a18cb466d3 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb | |||
@@ -33,7 +33,7 @@ do_configure () { | |||
33 | do_compile_prepend () { | 33 | do_compile_prepend () { |
34 | #Automake dir is not correctly detected in cross compilation case | 34 | #Automake dir is not correctly detected in cross compilation case |
35 | export AUTOMAKE_DIR=${STAGING_DATADIR_NATIVE}/$(ls ${STAGING_DATADIR_NATIVE} | grep automake) | 35 | export AUTOMAKE_DIR=${STAGING_DATADIR_NATIVE}/$(ls ${STAGING_DATADIR_NATIVE} | grep automake) |
36 | export ACLOCAL="aclocal --system-acdir=${ACLOCALDIR}/" | 36 | export ACLOCAL_FLAGS="--system-acdir=${ACLOCALDIR}/" |
37 | } | 37 | } |
38 | 38 | ||
39 | FILES_${PN} += "${datadir}/ld10k1" | 39 | FILES_${PN} += "${datadir}/ld10k1" |