Fixed
Created: Sep 18, 2014
Updated: Dec 3, 2018
Resolved Date: Feb 2, 2015
Found In Version: 6.0
Fix Version: 6.0.0.17
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Userspace
The hdparm package include mandir in the base package instead of the doc package.
Even if we create a project using the --enable-doc-pages=none configration option /usr/share/man/man8/hdparm.8 is present on target.
ls usr/share/man/man8/ | grep hdparm
hdparm.8
1. configure & build a project based on:
--enable-board=qemux86-64 --enable-build=production --enable-kernel=cgl --enable-rootfs=glibc_cgl --enable-ccache=no --enable-jobs=9 --enable-parallel-pkgbuilds=9 --enable-reconfig --enable-rm-work=yes --with-template=feature/openssl101e --enable-bootimage=, --without-layer=, --without-template=wr-cgp/cgp/templates/feature/cgp-full/template.conf,wr-cgp/cgp/templates/feature/cgp-full/image.inc,wr-dpdk/templates/default/template.conf,wr-dpdk/templates/default/image.inc --enable-doc-pages=none --with-rcpl-version=0018
2. cd export/dist && ls usr/share/man/man8/ | grep hdparm