Skip to content

Issue with POCO installation #757

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions