mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
curl: make PACKAGES match with FILES/RRECOMMENDS
Mostly cosmetic, but entries in PACKAGES should be specified the exact same way as FILES/RRECOMMENDS entries to avoid problems. (From OE-Core rev: 4d2a7f47a9830788455afe00a7c6a857cebbcb81) (From OE-Core rev: 66ba1d0e800b67399028d0f164f8f39b1a9fbe88) Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e5727ad31a
commit
5d3c54a318
@@ -47,7 +47,7 @@ do_install_append() {
|
||||
oe_multilib_header curl/curlbuild.h
|
||||
}
|
||||
|
||||
PACKAGES =+ "libcurl libcurl-dev libcurl-staticdev libcurl-doc"
|
||||
PACKAGES =+ "lib${BPN} lib${BPN}-dev lib${BPN}-staticdev lib${BPN}-doc"
|
||||
|
||||
FILES_lib${BPN} = "${libdir}/lib*.so.*"
|
||||
RRECOMMENDS_lib${BPN} += "ca-certificates"
|
||||
|
||||
Reference in New Issue
Block a user