diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-05-24 00:21:10 -0700 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-09-29 21:49:54 +0200 |
commit | 0087b9260ba3ebc8098d8d87c08d4eea05070f39 (patch) | |
tree | bc6afc9a09e57bce8cc8f3d38b8b7413eb88fc06 /classes/java-native.bbclass | |
parent | bac4a2703747dbe7644bb9c9bee331dc1ecc6ac1 (diff) | |
download | meta-java-0087b9260ba3ebc8098d8d87c08d4eea05070f39.tar.gz |
java-library.bbclass: consider multilib
when multilib is enabled the prefix begins with lib32-
and thats got wrong when computing JPN. Lets make sure
that mlprefix is handled properly while constructing
JPN for multilib package e.g.
lib32-dbus-java will now create lib32-libdbus-java
instead of lib32-dbus-java which was same as PN
and caused warnings like
WARNING: Variable key FILES_${PN} (${bindir}/* ${sbindir}/*
${libexecdir}/* ${libdir}/lib*${SOLIBS} ${sysconfdir} ${sharedstatedir}
${localstatedir} ${base_bindir}/* ${base_sbindir}/*
${base_libdir}/*${SOLIBS} ${base_prefix}/lib/udev/rules.d
${prefix}/lib/udev/rules.d ${datadir}/${BPN} ${libdir}/${BPN}/*
${datadir}/pixmaps ${datadir}/applications ${datadir}/idl ${datadir}/omf
${datadir}/sounds ${libdir}/bonobo/servers) replaces original key
FILES_lib32-dbus-java (${datadir_java}).
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'classes/java-native.bbclass')
0 files changed, 0 insertions, 0 deletions