| Message ID | 20260518000343.4136127-1-ethan.twardy@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] rsyslog: Fix missing runtime dependency on procps | expand |
Hi Ethan, Since pkill can also be provided by busybox, does this change require the full-featured pkill implementation specifically from procps? Best regards, Khem Raj On Sun, May 17, 2026, 6:05 PM AmateurECE via lists.openembedded.org <ethan.twardy=gmail.com@lists.openembedded.org> wrote: > The logrorate configuration installed by this recipe uses pkill(1), > which is available in the procps recipe. Add this recipe to RDEPENDS to > ensure that it's installed. > > Signed-off-by: Ethan D. Twardy <ethan.twardy@gmail.com> > --- > meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb > b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb > index 186e1ccf24..107fee692a 100644 > --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb > +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb > @@ -178,7 +178,7 @@ RREPLACES:${PN} += "${PN}-systemd" > RCONFLICTS:${PN} += "${PN}-systemd" > SYSTEMD_SERVICE:${PN} = "${BPN}.service" > > -RDEPENDS:${PN} += "logrotate" > +RDEPENDS:${PN} += "logrotate procps" > > # for rsyslog-ptest > VALGRIND = "valgrind" > -- > 2.53.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#127045): > https://lists.openembedded.org/g/openembedded-devel/message/127045 > Mute This Topic: https://lists.openembedded.org/mt/119365819/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb index 186e1ccf24..107fee692a 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb @@ -178,7 +178,7 @@ RREPLACES:${PN} += "${PN}-systemd" RCONFLICTS:${PN} += "${PN}-systemd" SYSTEMD_SERVICE:${PN} = "${BPN}.service" -RDEPENDS:${PN} += "logrotate" +RDEPENDS:${PN} += "logrotate procps" # for rsyslog-ptest VALGRIND = "valgrind"
The logrorate configuration installed by this recipe uses pkill(1), which is available in the procps recipe. Add this recipe to RDEPENDS to ensure that it's installed. Signed-off-by: Ethan D. Twardy <ethan.twardy@gmail.com> --- meta-oe/recipes-extended/rsyslog/rsyslog_8.2512.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)