diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb | 6 |
1 files changed, 2 insertions, 4 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 6321b786fc..b1542332de 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 | |||
@@ -25,10 +25,8 @@ EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --targ | |||
25 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}" | 25 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}" |
26 | PACKAGECONFIG[gtk+] = ",,gtk+," | 26 | PACKAGECONFIG[gtk+] = ",,gtk+," |
27 | 27 | ||
28 | do_configure () { | 28 | # configure.ac/.in doesn't exist so force copy |
29 | autotools_do_configure | 29 | AUTOTOOLS_COPYACLOCAL = "1" |
30 | autotools_copy_aclocal | ||
31 | } | ||
32 | 30 | ||
33 | do_compile_prepend () { | 31 | do_compile_prepend () { |
34 | #Automake dir is not correctly detected in cross compilation case | 32 | #Automake dir is not correctly detected in cross compilation case |