[oe-commits] [openembedded-core] 23/23: quilt: added less to RDEPENDS list

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 21:55:35 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 64f9fd2a1ebfad102140801f8be8b8be33082d61
Author: Trevor Gamblin <trevor.gamblin at windriver.com>
AuthorDate: Thu Aug 22 08:29:05 2019 -0400

    quilt: added less to RDEPENDS list
    
    The quilt "series" option relies on "less -R" but, since that
    option is not enabled by busybox in oe-core by default,
    hard-code the dependency on 'less'.
    
    >From 'man less':
       -r or --raw-control-chars
          Causes "raw" control characters to be displayed. ...
       -R or --RAW-CONTROL-CHARS
          Like -r, but only ANSI "color" escape sequences are
          output in "raw" form.  ...
    
    In 2018, BusyBox's less added:
       8528d3d4f less: optional support of -R
    but it is not enable by default for oe-core. While we could
    enable the option, all known use-cases involve larger, more
    developer-oriented recipes such as quilt or man pages.
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/quilt/quilt.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc
index dcba62c..433e9b4 100644
--- a/meta/recipes-devtools/quilt/quilt.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -78,7 +78,7 @@ FILES_guards = "${bindir}/guards"
 FILES_${PN}-doc = "${mandir}/man1/quilt.1 ${docdir}/${BPN}"
 FILES_guards-doc = "${mandir}/man1/guards.1"
 
-RDEPENDS_${PN} = "bash patch diffstat bzip2 util-linux"
+RDEPENDS_${PN} = "bash patch diffstat bzip2 util-linux less"
 RDEPENDS_${PN}_class-native = "diffstat-native patch-native bzip2-native"
 
 RDEPENDS_${PN}-ptest = "make file sed gawk diffutils findutils ed perl \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list