I have a recipe which contains a script that uses /bin/sed.
When I build it, I get an error:
ERROR: myrecipe-1.2.3-r0 do_package_qa: QA Issue: /lib/myrecipe/mycommand contained in package myrecipe requires /bin/sed, but no providers found in RDEPENDS:myrecipe? [file-rdeps]
My final image contains the BusyBox implementation of sed, so it will be fine at runtime.
If I add to my recipe RDEPENDS:${PN} += "sed", then when the image is built then it uses /bin/sed from the "sed" package, rather than being happy to use the BusyBox sed.
So, what is the correct way to specify a RDEPENDS to say that it depends on _any_ implementation of /bin/sed from any ALTERNATIVE provider?
--
Craig McQueen
When I build it, I get an error:
ERROR: myrecipe-1.2.3-r0 do_package_qa: QA Issue: /lib/myrecipe/mycommand contained in package myrecipe requires /bin/sed, but no providers found in RDEPENDS:myrecipe? [file-rdeps]
My final image contains the BusyBox implementation of sed, so it will be fine at runtime.
If I add to my recipe RDEPENDS:${PN} += "sed", then when the image is built then it uses /bin/sed from the "sed" package, rather than being happy to use the BusyBox sed.
So, what is the correct way to specify a RDEPENDS to say that it depends on _any_ implementation of /bin/sed from any ALTERNATIVE provider?
--
Craig McQueen
|
Craig McQueen | ||||
| t e w |
: : : |
+61 3 9780 4378 [email protected] innerrange.com | ||
| Inner Range • 1 Millennium Court • Knoxfield • Victoria • 3180 • Australia | ||||
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#57757): https://lists.yoctoproject.org/g/yocto/message/57757 Mute This Topic: https://lists.yoctoproject.org/mt/92786950/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
