]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
alsa-utils: no need to install scripts manually
authorRoss Burton <ross.burton@arm.com>
Fri, 9 Jan 2026 16:36:16 +0000 (16:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Jan 2026 10:25:17 +0000 (10:25 +0000)
These were manually installed when they were part of a separate
alsa-utils-scripts recipe, but now that recipe no longer exists they
will be installed by automake.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb

index e231acbfc036da2084a6424b6c4f645ab0f0d636..16b25fa8aa273ac36dcc5d0c8c750147fdff5728 100644 (file)
@@ -100,13 +100,6 @@ RRECOMMENDS:alsa-utils-alsactl = "alsa-states"
 do_install() {
        autotools_do_install
 
-       install -d ${D}${sbindir}
-       install -m 0755 ${B}/alsaconf/alsaconf ${D}${sbindir}/
-       install -m 0755 ${S}/alsa-info/alsa-info.sh ${D}${sbindir}/
-       if ${@bb.utils.contains('PACKAGECONFIG', 'bat', 'true', 'false', d)}; then
-               install -m 0755 ${S}/bat/alsabat-test.sh ${D}${sbindir}/
-       fi
-
        # If udev is disabled, we told configure to install the rules
        # in /unwanted, so we can remove them now. If udev is enabled,
        # then /unwanted won't exist and this will have no effect.