[oe-commits] [openembedded-core] 30/40: minicom: recommend lrzsz

git at git.openembedded.org git at git.openembedded.org
Sun Dec 10 22:46:26 UTC 2017


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

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

commit 9eed51e1a939cbfb628e053a01dc9db6cca0a92e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Dec 8 17:18:03 2017 +0000

    minicom: recommend lrzsz
    
    minicom calls out to lrzsz to peform X/Y/ZMODEM transfers, so add a recommends.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-extended/minicom/minicom_2.7.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb
index 1a31a87..e6afe2b 100644
--- a/meta/recipes-extended/minicom/minicom_2.7.1.bb
+++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb
@@ -27,3 +27,4 @@ do_install() {
 	for d in doc extras man lib src; do make -C $d DESTDIR=${D} install; done
 }
 
+RRECOMMENDS_${PN} += "lrzsz"

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


More information about the Openembedded-commits mailing list