diff options
author | Changqing Li <changqing.li@windriver.com> | 2025-07-02 09:51:23 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-07-17 13:57:58 -0700 |
commit | a98403f2bf5b539b80d1171b1deacaa4fa6f81f5 (patch) | |
tree | f7ac6c481f1180a8459ddc7ffb14c2309c6ab3e9 /documentation/conf.py | |
parent | 639a93a76b71955c750af6f84a87ca7af712996d (diff) | |
download | poky-a98403f2bf5b539b80d1171b1deacaa4fa6f81f5.tar.gz |
mingetty: fix do_package warning
Reproduce steps(Under the same project dir):
1. enable DISTRO_FEATURES usrmerge, bitbake mingetty
2. disable DISTRO_FEATURES usrmerge, bitbake mingetty
Result in step 2:
WARNING: mingetty-1.08-r3 do_package: mingetty: NOT adding alternative provide /usr/sbin/getty: /usr/sbin/mingetty does not exist
WARNING: mingetty-1.08-r3 do_package: QA Issue: mingetty: Files/directories were installed but not shipped in any package:
/sbin
/usr/sbin
In step1, Line SBINDIR=/sbin is replaced to SBINDIR=/usr/sbin, in step2,
since do_fetch does not rerun, Makefile still has SBINDIR=/usr/sbin, so
sed not works as expected, SBINDIR still equal to /usr/sbin when disable
usrmerge. And cause above two warnings.
(From OE-Core rev: 3efb82f1f51cbfa04f74626531615526e10bd2b2)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/conf.py')
0 files changed, 0 insertions, 0 deletions