poky/meta
Changqing Li 83fb170a09 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: 12539d529c6af3d4a56ff4f1e1420e7e4d169804)

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-07-03 10:40:17 +01:00
..
classes create-spdx-2.2: support to override the version of a package in SPDX 2 2025-07-01 08:49:37 +01:00
classes-global sanity: Reference gcc/g++ directly 2025-07-03 10:40:16 +01:00
classes-recipe uninative/utils: Drop workarounds for gcc 4.8/4.9 2025-07-03 10:40:16 +01:00
conf clang: Upgrade to 20.1.7 2025-07-03 10:40:16 +01:00
files uninative/utils: Drop workarounds for gcc 4.8/4.9 2025-07-03 10:40:16 +01:00
lib oeqa/runtime: set self.runner and handle None 2025-07-03 10:40:17 +01:00
recipes-bsp u-boot: Allow for customizing installed/deployed file names 2025-06-23 22:13:08 +01:00
recipes-connectivity bind: upgrade 9.20.9 -> 9.20.10 2025-07-03 10:40:16 +01:00
recipes-core oeqa/sdk: Simplify test specification and discovery 2025-07-01 08:49:37 +01:00
recipes-devtools clang: Upgrade to 20.1.7 2025-07-03 10:40:16 +01:00
recipes-extended mingetty: fix do_package warning 2025-07-03 10:40:17 +01:00
recipes-gnome meta: remove consecutive blank lines 2025-06-20 12:07:27 +01:00
recipes-graphics libglvnd: drop S assignment 2025-06-25 07:34:20 +01:00
recipes-kernel systemtap: upgrade 5.2 -> 5.3 2025-06-26 11:02:34 +01:00
recipes-multimedia gst-examples: upgrade 1.26.2 -> 1.26.3 2025-07-03 10:40:16 +01:00
recipes-rt meta: remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DESTSUFFIX 2025-06-20 12:07:26 +01:00
recipes-sato meta: remove consecutive blank lines 2025-06-20 12:07:27 +01:00
recipes-support libksba: drop -unknown suffix from version number 2025-07-03 10:40:16 +01:00
site site/arm-linux: Fix typo for sizeof_char_p 2024-11-21 12:16:28 +00:00
COPYING.MIT
recipes.txt