summaryrefslogtreecommitdiff
path: root/classes/java-library.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/java-library.bbclass')
0 files changed, 0 insertions, 0 deletions
wa">not just those with the ARM instruction set), this should be removed, # (or replaced by a permitted #define). #FIXME: remove the following ARM_INSTRUCTION_SET = "arm" SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" inherit autotools pkgconfig EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes" do_stage() { oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/ install -d ${STAGING_INCDIR}/alsa/sound install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/ install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/ install -d ${STAGING_DATADIR}/aclocal install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/ } PACKAGES =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev" FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" FILES_libasound = "${libdir}/libasound.so*" FILES_alsa-server