-
Notifications
You must be signed in to change notification settings - Fork 808
Open
Description
Hi, can someone tell me why I am getting the below errors, despite adding DEPENDS = "poco" in my package recipe?
ERROR: scanner-v1.0-r0 do_package_qa: QA Issue: /usr/bin/demo contained in package scanner requires libPocoNet.so.95()(64bit), but no providers found in RDEPENDS:scanner? [file-rdeps]
ERROR: scanner-v1.0-r0 do_package_qa: QA Issue: /usr/bin/demo contained in package scanner requires libPocoFoundation.so.95()(64bit), but no providers found in RDEPENDS:scanner? [file-rdeps]
ERROR: scanner-v1.0-r0 do_package_qa: QA Issue: /usr/bin/demo contained in package scanner requires libPocoZip.so.95()(64bit), but no providers found in RDEPENDS:scanner? [file-rdeps]
This is from my recipe-
DEPENDS = "poco"
do_install() {
install -d ${D}/usr/bin
install -m 0755 ${THISDIR}/files/demo ${D}/usr/bin/
}
Metadata
Metadata
Assignees
Labels
No labels