mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
alsa-lib: remove hard-coded /usr/include in dev package
Specify the location of the alsa headers using ${includedir}. Without
this no headers get added to the image when the alsa-lib-dev package is
included.
(From OE-Core rev: 720d30aa5f0745185fc948376ce284cc17f0edb0)
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
527ad1cabb
commit
fd291d0120
@@ -38,7 +38,7 @@ FILES_${PN}-dev += "${libdir}/${BPN}/smixer/*.la"
|
||||
FILES_libasound = "${libdir}/libasound.so.*"
|
||||
FILES_alsa-server = "${bindir}/*"
|
||||
FILES_alsa-conf = "${datadir}/alsa/"
|
||||
FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*"
|
||||
FILES_alsa-dev += "${libdir}/pkgconfig/ ${includedir}/alsa ${datadir}/aclocal/*"
|
||||
FILES_alsa-conf-base = "\
|
||||
${datadir}/alsa/alsa.conf \
|
||||
${datadir}/alsa/cards/aliases.conf \
|
||||
|
||||
Reference in New Issue
Block a user