| Message ID | 20260622142845.2484071-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | rng-tools: remove obsolete CFLAGS | expand |
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.17.bb b/meta/recipes-support/rng-tools/rng-tools_6.17.bb index c979a916400..90856586972 100644 --- a/meta/recipes-support/rng-tools/rng-tools_6.17.bb +++ b/meta/recipes-support/rng-tools/rng-tools_6.17.bb @@ -33,8 +33,6 @@ INITSCRIPT_PARAMS:${PN}-service = "start 03 2 3 4 5 . stop 30 0 6 1 ." SYSTEMD_PACKAGES = "${PN}-service" SYSTEMD_SERVICE:${PN}-service = "rng-tools.service" -CFLAGS += " -DJENT_CONF_ENABLE_INTERNAL_TIMER " - PACKAGES =+ "${PN}-service" FILES:${PN}-service += " \
There's no need to set this explicitly, as upstream does this since 6.16 onwards[1]. [1] rng-tools 57be6d ("configure.ac: fix jitterentropy internal timers detection") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-support/rng-tools/rng-tools_6.17.bb | 2 -- 1 file changed, 2 deletions(-)