meta-openembedded/meta-oe/recipes-navigation/proj
Peter Kjellerstedt fc0152e434
Revert "proj: Fix do_package QA issue for unshipped bash-completion files"
This reverts commit 1175d5c8c1.

Since this recipe inherits bash-completion, adding
${datadir}/bash-completion to FILES:${PN} should not be needed (in
addition to being the wrong thing to do as the files are expected to be
packaged in the ${PN}-bash-completion package). The reason the problem
addressed in commit 1175d5c8c1 turned up
is due to the recent change to the bash-completion bbclass, where it
started to use PACKAGE_BEFORE_PN. This clashed with the lib_package
bbclass, which used to set rather than add to PACKAGE_BEFORE_PN, and
since it is inherited after bash-completion, it overrid what
bash-completion does.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-12-11 09:32:46 -08:00
..
proj_9.7.0.bb Revert "proj: Fix do_package QA issue for unshipped bash-completion files" 2025-12-11 09:32:46 -08:00