On Fri, Sep 25, 2020 at 02:08:17AM -0700, Bel Hadj Salem Talel wrote:
Hi All, I'm trying to create a recipe for wirepas_gateway , it is a python project, but it uses systemd dbus , and there is a .c file that includes #include <systemd/sd-bus.h> I tried to add "systemd" and "libsystemd" to RDPENDS, but same error keeps showing :
RDEPENDS is for runtime dependencies, DEPENDS is for build time, so you want to use DEPENDS here.