Message ID | 20250225111805.691643-1-alexis.cellier@smile.fr |
---|---|
State | Accepted |
Headers | show |
Series | [meta-oe] nano: Remove dependency on file | expand |
diff --git a/meta-oe/recipes-support/nano/nano_8.3.bb b/meta-oe/recipes-support/nano/nano_8.3.bb index c6ca55f44..d1af89ef8 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]}"
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 <yoann.congal@smile.fr> Signed-off-by: Alexis Cellier <alexis.cellier@smile.fr> --- meta-oe/recipes-support/nano/nano_8.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)