summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb2
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 c3b97a31bc..5b0f6ae809 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
@@ -32,7 +32,7 @@ do_configure () {
32 32
33do_compile_prepend () { 33do_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="$(automake --print-libdir)"
36 export ACLOCAL_FLAGS="--system-acdir=${ACLOCALDIR}/" 36 export ACLOCAL_FLAGS="--system-acdir=${ACLOCALDIR}/"
37} 37}
38 38