alsa-state: remove SRC_URI appends for existing asound.state

The main recipe already contains this file on the SRC_URI.
No need to append for every platform.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2024-06-13 18:17:46 +02:00 committed by Arturo Buzarra
parent 1d29e40d23
commit b4be514857
1 changed files with 0 additions and 7 deletions

View File

@ -10,13 +10,6 @@ SRC_URI:append:ccimx6 = " \
file://asound.play.state \
"
SRC_URI:append:ccimx6ul = " file://asound.state"
SRC_URI:append:ccimx8x = " file://asound.state"
SRC_URI:append:ccimx8m = " file://asound.state"
SRC_URI:append:ccimx9 = " file://asound.state"
SRC_URI:append:ccmp1 = " file://asound.state"
SRC_URI:append:ccmp2 = " file://asound.state"
do_install:append:ccimx6() {
ln -sf asound.micro_play.state ${D}${localstatedir}/lib/alsa/asound.state
}