mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
alsa-lib: remove non PN based -dev packages
All dev related items should be packaged in the core PN-dev package not in seperate packages. (From OE-Core rev: 9aa75f06e9e78602ad8e9a5ffa312f71057a90d7) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
65e8bc44df
commit
242cceeedf
@@ -31,14 +31,13 @@ EXTRA_OECONF = "--disable-python"
|
||||
|
||||
EXTRA_OECONF_append_libc-uclibc = " --with-versioned=no "
|
||||
|
||||
PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev"
|
||||
PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc"
|
||||
FILES_${PN} += "${libdir}/${BPN}/smixer/*.so"
|
||||
FILES_${PN}-dbg += "${libdir}/${BPN}/smixer/.debug"
|
||||
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/ ${includedir}/alsa ${datadir}/aclocal/*"
|
||||
FILES_alsa-conf-base = "\
|
||||
${datadir}/alsa/alsa.conf \
|
||||
${datadir}/alsa/cards/aliases.conf \
|
||||
|
||||
Reference in New Issue
Block a user