mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 13:56:00 +01:00
Revert "proj: Fix do_package QA issue for unshipped bash-completion files"
This reverts commit1175d5c8c1. 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 commit1175d5c8c1turned 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>
This commit is contained in:
parent
7a14123a66
commit
fc0152e434
|
|
@ -12,9 +12,7 @@ inherit bash-completion cmake lib_package pkgconfig
|
|||
|
||||
EXTRA_OECMAKE = "-DBUILD_TESTING=OFF"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/proj \
|
||||
${datadir}/bash-completion"
|
||||
FILES:${PN} += "${datadir}/proj"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user