libhugetlbfs: remove sysfsutils DEPENDS

This doesn't appear to have ever been needed as a build dependency.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton 2025-06-12 13:42:13 +01:00 committed by Khem Raj
parent ca201985da
commit 71ecefa94a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/libhugetlbfs/libhugetlbfs"
LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS = "sysfsutils"
RDEPENDS:${PN} += "bash python3-core"
RDEPENDS:${PN}-tests += "bash python3-core python3-resource"