diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-11-17 04:02:08 -0500 |
---|---|---|
committer | Chen Qi <Qi.Chen@windriver.com> | 2014-12-19 17:05:26 +0800 |
commit | eea9ee5b88e18fd5e1aa64f5f40df2cd0be9d910 (patch) | |
tree | 20a6ba58dae0e87ef966fb9468ea8ad29f933bee /meta/recipes-extended/gzip/gzip.inc | |
parent | a17981b1a7724354814a5f9d08507df94330f4a8 (diff) | |
download | openembedded-core-contrib-ChenQi/hardcoding.tar.gz |
glibc-package.inc: fix order in PACKAGESChenQi/hardcoding
FILES_${PN}-utils = "${bindir}/* ${sbindir}/*"
FILES_${PN} = "${libc_baselibs} ${libexecdir}/* ${@base_conditional('USE_LDCONFIG', '1', '${base_sbindir}/ldconfig ${sysconfdir}/ld.so.conf', '', d)}"
From the above two assignments, we can see that ${PN}-utils needs to be ordered
after ${PN} in the PACKAGES variable. Otherwise, ldconfig would be packaged into
${PN}-utils if ${base_sbindir} and ${sbindir} point to the same location.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/recipes-extended/gzip/gzip.inc')
0 files changed, 0 insertions, 0 deletions