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 <[email protected]> --- meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb index e231acbfc0..16b25fa8aa 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.2.15.1.bb @@ -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. -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229137): https://lists.openembedded.org/g/openembedded-core/message/229137 Mute This Topic: https://lists.openembedded.org/mt/117177916/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
