diff options
author | Changqing Li <changqing.li@windriver.com> | 2023-01-31 17:40:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-15 21:47:00 +0000 |
commit | ab5459240704006749f4ac30a0d3c2f3143a43f6 (patch) | |
tree | 5dc7b67aed4efe63f053bfda17875010f0f72478 /scripts/lib/scriptpath.py | |
parent | bd6d3f995030136092746ed4a612f59f7bdca753 (diff) | |
download | poky-ab5459240704006749f4ac30a0d3c2f3143a43f6.tar.gz |
apt: fix do_package_qa failure
bitbake nativesdk-apt failed with error:
ERROR: nativesdk-apt-2.4.5-r0 do_package_qa: QA Issue: nativesdk-apt installs files in /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/volatile, but it is expected to be empty [empty-dirs]
an empty dir apt is installed under /var/log/, fix the failure
by removing the empty dir apt as what we have done for target.
apt will create it when it does not exist.
(From OE-Core rev: 92f001f231a905e0a5c035c9de0e1ca502ba5a8c)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5b035a59d7915da784f1e6678ee130f30d7ceb8a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptpath.py')
0 files changed, 0 insertions, 0 deletions