From d4d4e988560e4101a10470c48f90ef1e3dccaaed Mon Sep 17 00:00:00 2001 From: Alexis Cellier Date: Tue, 25 Feb 2025 12:18:05 +0100 Subject: [PATCH] nano: Remove dependency on file Dependency on file was added on version 2.7.4, but even then, there was no reference to this dependency in nano documentation. Today, still no reference to file as a dependency. Cc: Yoann Congal Signed-off-by: Alexis Cellier Signed-off-by: Khem Raj --- meta-oe/recipes-support/nano/nano_8.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/nano/nano_8.3.bb b/meta-oe/recipes-support/nano/nano_8.3.bb index c6ca55f444..d1af89ef8d 100644 --- a/meta-oe/recipes-support/nano/nano_8.3.bb +++ b/meta-oe/recipes-support/nano/nano_8.3.bb @@ -7,7 +7,7 @@ SECTION = "console/utils" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" -DEPENDS = "ncurses file" +DEPENDS = "ncurses" RDEPENDS:${PN} = "ncurses-terminfo-base" PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"