[oe-commits] [meta-openembedded] 01/05: emlog: Use RRECOMMEND instead of RDEPEND

git at git.openembedded.org git at git.openembedded.org
Tue Dec 3 21:03:24 UTC 2019


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 06a35d3be2a105d676efacddf18d4a7e1bcddad5
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Dec 3 09:02:18 2019 -0800

    emlog: Use RRECOMMEND instead of RDEPEND
    
    This helps with re-using sstate tasks when machines are similar
    
    Fixes
    Hash for dependent task emlog/kernel-module-emlog_git.bb:do_packagedata changed from a70b22026e418998e61d08b0b0ab64a3e26fd0da41a1d12f4356554b6b043794 to 7817106c7626c3c4b238f03771fc32dc8f3dc5e7496ff98cf8a812039939f915
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/emlog/emlog_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-core/emlog/emlog_git.bb b/meta-oe/recipes-core/emlog/emlog_git.bb
index 63d1247..22308d7 100644
--- a/meta-oe/recipes-core/emlog/emlog_git.bb
+++ b/meta-oe/recipes-core/emlog/emlog_git.bb
@@ -19,4 +19,4 @@ do_install() {
    install -Dm 0755 ${S}/mkemlog ${D}${bindir}/mkemlog
 }
 
-RDEPENDS_${PN} += "kernel-module-emlog"
+RRECOMMENDS_${PN} += "kernel-module-emlog"

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


More information about the Openembedded-commits mailing list