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:
parent
1d29e40d23
commit
b4be514857
|
|
@ -10,13 +10,6 @@ SRC_URI:append:ccimx6 = " \
|
||||||
file://asound.play.state \
|
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() {
|
do_install:append:ccimx6() {
|
||||||
ln -sf asound.micro_play.state ${D}${localstatedir}/lib/alsa/asound.state
|
ln -sf asound.micro_play.state ${D}${localstatedir}/lib/alsa/asound.state
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue