aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-11-25 22:14:54 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-27 22:11:22 +0000
commit841bcbe429dcab54de3b89a927394750f9ccae60 (patch)
treebb1156ecaf763812fb4582e84c2a87297b861690 /scripts/lib
parentd31ff84a5f4723700ed48fd14ace81d3c707065e (diff)
downloadopenembedded-core-contrib-841bcbe429dcab54de3b89a927394750f9ccae60.tar.gz
multilib_script: fix packages split
In multilib_script.bbclass it renames script file which listed in MULTILIB_SCRIPTS. It may mix up packages split. Take package curl as example, ${bindir}/curl-config is packaged to curl-dev originally. But it is renamed to curl-config-${MULTILIB_SUFFIX} and packaged to curl when multilib is enabled. And expand 'pkg' to fix QA warning: | WARNING: Variable key FILES_${PN}-dev ( | ${bindir}/curl-config-${MULTILIB_SUFFIX}) replaces original key | FILES_curl-dev (${includedir} ${FILES_SOLIBSDEV} ... ${bindir}/*-config) Insert a necessary space to the argument 'value' of d.appendVar() as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib')
0 files changed, 0 insertions, 0 deletions