]> code.ossystems Code Review - openembedded-core.git/commit
nghttp2: fix for multilib support
authorChangqing Li <changqing.li@windriver.com>
Thu, 10 Feb 2022 01:52:43 +0000 (09:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Feb 2022 17:02:56 +0000 (17:02 +0000)
commit23b87e315962b8cb79219e7782c24b6700ebeff4
tree1332da343b540f4dfc35f94135c5da6abedcd13f
parentf3e14090a3cfe168eb207667b553a861aa7de364
nghttp2: fix for multilib support

Update package name to fix following error:
ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers.
Missing or unbuildable dependency chain was: ['lib32-core-image-minimal', 'lib32-libnghttp2']

for lib32 image, lib{PN} will be expanded as lib32-liblib32-nghttp2, so
above error occurs, update lib{PN} to lib{BPN} to fix it.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/nghttp2/nghttp2_1.46.0.bb