diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-09-11 20:33:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-15 17:57:24 +0100 |
commit | 83a7f0353554ab302920826c10a8b34b0ca4b595 (patch) | |
tree | a4288ac47bcde63a8ba47fa24450c15546e71d7b /documentation/sdk-manual/using.rst | |
parent | 0ffa8173194403e934220ced5bfdd328d508f575 (diff) | |
download | poky-83a7f0353554ab302920826c10a8b34b0ca4b595.tar.gz |
package_manager/deb: give out useful reason about an unmatched package
Give out useful information when a package could not be matched.
Before the change:
E: Package 'catch2' has no installation candidate
With this patch:
E: Package 'catch2' has no installation candidate
catch2 is a recipe. Its generated packages are: ['catch2-src', 'catch2-dbg', 'catch2-staticdev', 'catch2-dev', 'catch2-doc']
Either specify a generated package or set ALLOW_EMPTY:${PN} = "1" in catch2 recipe
(From OE-Core rev: ca6c1dd0148c4776bd556fccfd71153fc72d2e3d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/using.rst')
0 files changed, 0 insertions, 0 deletions