]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-lib: remove hard-coded /usr/include in dev package
authorAndrew McDermott <andrew.mcdermott@linaro.org>
Wed, 15 Jan 2014 23:03:51 +0000 (23:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Jan 2014 12:02:17 +0000 (12:02 +0000)
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.

Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-lib_1.0.27.2.bb

index 910e72d40dfa0ea1343176628674c484b677f48c..cbe04484a43d6f5cefc38c9e5c10de860fc24568 100644 (file)
@@ -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 \