diff options
author | Jens Rehsack <rehsack@gmail.com> | 2015-12-12 10:36:02 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-12-17 10:39:21 -0200 |
commit | bf6405846903e2e5495a337c8f2076eb915b15f6 (patch) | |
tree | 0c089048b84f05ce17104aea80e8b3392e762063 /recipes-core/openjdk/openjdk-7-common.inc | |
parent | a3c5d358836b40fa44edb300cc687130131683dd (diff) | |
download | meta-java-bf6405846903e2e5495a337c8f2076eb915b15f6.tar.gz |
openjdk-8: fix rewrite QA warnings
Fix bitbake warnings from variable renaming like
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_openjre-8 ( ${JRE_HOME}/bin/[a-z]* ${JRE_HOME}/lib/[a-z]* ${JRE_HOME}/LICENSE ${JRE_HOME}/release ).
It is caused by using FILES_${PN} and FILES_{JDKPN} or FILES_${JREPN},
respectively. Moving FILES_{JDKPN} to openjdk-8_%.bb and FILES_${JREPN} to
openjre-8_%.bb to allow consequently use FILES_${PN}.
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core/openjdk/openjdk-7-common.inc')
0 files changed, 0 insertions, 0 deletions