mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
alsa-topology-conf: use ${datadir} in do_install()
Fixes build with custom directory structure. (From OE-Core rev: 9eec98b3842bb046cbd202140b9b5ccf09d20466) Signed-off-by: Mikko Rapeli <mikko.rapeli@bmw.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
49865a6061
commit
5349866935
@@ -10,8 +10,8 @@ SRC_URI[sha256sum] = "833f99b2cbda34e0cfef867ef1d2e6a74fe276bb7fc525a573be32077f
|
||||
inherit allarch
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/usr/share/alsa
|
||||
cp -r ${S}/topology ${D}/usr/share/alsa
|
||||
install -d "${D}${datadir}/alsa"
|
||||
cp -r "${S}/topology" "${D}${datadir}/alsa"
|
||||
}
|
||||
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
Reference in New Issue
Block a user