* [PATCH 0/1] rng-tools: remove unneeded build time dependency
@ 2024-01-08 22:09 david d zuhn
2024-01-08 22:09 ` [PATCH 1/1] rng-tools: remove obsolete build time dependency on sysfsutils david d zuhn
2024-01-09 6:56 ` [OE-core] [PATCH 0/1] rng-tools: remove unneeded build time dependency Mikko Rapeli
0 siblings, 2 replies; 4+ messages in thread
From: david d zuhn @ 2024-01-08 22:09 UTC (permalink / raw)
To: openembedded-core; +Cc: david d zuhn
rng-tools used to depend on libsysfs, but has since been changed
to read directly from the /sys filesystem. The build time
dependency on sysfsutils is no longer needed.
david d zuhn (1):
rng-tools: remove obsolete build time dependency on sysfsutils
meta/recipes-support/rng-tools/rng-tools_6.16.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.26.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] rng-tools: remove obsolete build time dependency on sysfsutils
2024-01-08 22:09 [PATCH 0/1] rng-tools: remove unneeded build time dependency david d zuhn
@ 2024-01-08 22:09 ` david d zuhn
2024-01-09 6:56 ` [OE-core] [PATCH 0/1] rng-tools: remove unneeded build time dependency Mikko Rapeli
1 sibling, 0 replies; 4+ messages in thread
From: david d zuhn @ 2024-01-08 22:09 UTC (permalink / raw)
To: openembedded-core; +Cc: david d zuhn
Signed-off-by: david d zuhn <david.zuhn@sonos.com>
---
meta/recipes-support/rng-tools/rng-tools_6.16.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.16.bb b/meta/recipes-support/rng-tools/rng-tools_6.16.bb
index d23d6be34e..f0aa3ff93f 100644
--- a/meta/recipes-support/rng-tools/rng-tools_6.16.bb
+++ b/meta/recipes-support/rng-tools/rng-tools_6.16.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/nhorman/rng-tools"
BUGTRACKER = "https://github.com/nhorman/rng-tools/issues"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-DEPENDS = "sysfsutils openssl libcap"
+DEPENDS = "openssl libcap"
SRC_URI = "git://github.com/nhorman/rng-tools.git;branch=master;protocol=https \
file://init \
--
2.26.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH 0/1] rng-tools: remove unneeded build time dependency
2024-01-08 22:09 [PATCH 0/1] rng-tools: remove unneeded build time dependency david d zuhn
2024-01-08 22:09 ` [PATCH 1/1] rng-tools: remove obsolete build time dependency on sysfsutils david d zuhn
@ 2024-01-09 6:56 ` Mikko Rapeli
2024-01-10 4:25 ` Randy MacLeod
1 sibling, 1 reply; 4+ messages in thread
From: Mikko Rapeli @ 2024-01-09 6:56 UTC (permalink / raw)
To: david.zuhn; +Cc: openembedded-core
Hi,
On Mon, Jan 08, 2024 at 04:09:02PM -0600, david zuhn via lists.openembedded.org wrote:
> rng-tools used to depend on libsysfs, but has since been changed
> to read directly from the /sys filesystem. The build time
> dependency on sysfsutils is no longer needed.
This is a good change log entry but should be in the git commit directly
to be recorded in git history. No need for extra cover letter if change itself
documents everything.
Cheers,
-Mikko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [OE-core] [PATCH 0/1] rng-tools: remove unneeded build time dependency
2024-01-09 6:56 ` [OE-core] [PATCH 0/1] rng-tools: remove unneeded build time dependency Mikko Rapeli
@ 2024-01-10 4:25 ` Randy MacLeod
0 siblings, 0 replies; 4+ messages in thread
From: Randy MacLeod @ 2024-01-10 4:25 UTC (permalink / raw)
To: Mikko Rapeli; +Cc: david.zuhn, Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]
Hello David and thanks for all the Sonos speakers!
I'm not at my computer right now but it looks like nothing in oe-core
depends on rng-tools anymore since the 5.6 kernel release:
https://wiki.archlinux.org/title/Rng-tools
And note:
http://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Arng-tools
If this is accurate, it's a good time to move rng-tools to meta-oe for
people who still want to run rndg as a service for some reason or for those
who want to run rng-test.
Does that make sense? And if so can you send the patches?
Randy
On Tue., Jan. 9, 2024, 01:56 Mikko Rapeli, <mikko.rapeli@linaro.org> wrote:
> Hi,
>
> On Mon, Jan 08, 2024 at 04:09:02PM -0600, david zuhn via
> lists.openembedded.org wrote:
> > rng-tools used to depend on libsysfs, but has since been changed
> > to read directly from the /sys filesystem. The build time
> > dependency on sysfsutils is no longer needed.
>
> This is a good change log entry but should be in the git commit directly
> to be recorded in git history. No need for extra cover letter if change
> itself
> documents everything.
>
> Cheers,
>
> -Mikko
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#193443):
> https://lists.openembedded.org/g/openembedded-core/message/193443
> Mute This Topic: https://lists.openembedded.org/mt/103608803/953399
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> rwmacleod@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 3044 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-10 4:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-08 22:09 [PATCH 0/1] rng-tools: remove unneeded build time dependency david d zuhn
2024-01-08 22:09 ` [PATCH 1/1] rng-tools: remove obsolete build time dependency on sysfsutils david d zuhn
2024-01-09 6:56 ` [OE-core] [PATCH 0/1] rng-tools: remove unneeded build time dependency Mikko Rapeli
2024-01-10 4:25 ` Randy MacLeod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox