[oe-commits] [openembedded-core] 17/24: dtc: add rdepends_${PN}-misc = diffutils

git at git.openembedded.org git at git.openembedded.org
Tue Mar 6 14:41:00 UTC 2018


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

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

commit ace8b318038389c07694ae5234811ce92982ddc8
Author: Ioan-Adrian Ratiu <adi at adirat.com>
AuthorDate: Mon Mar 5 01:41:07 2018 +0200

    dtc: add rdepends_${PN}-misc = diffutils
    
    Needed by dtdiff which calls `diff` to display its result.
    
    Signed-off-by: Ioan-Adrian Ratiu <adi at adirat.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/dtc/dtc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index d259c57..9a90d44 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -22,4 +22,4 @@ do_install () {
 PACKAGES =+ "${PN}-misc"
 FILES_${PN}-misc = "${bindir}/convert-dtsv0 ${bindir}/ftdump ${bindir}/dtdiff"
 
-RDEPENDS_${PN}-misc += "bash"
+RDEPENDS_${PN}-misc += "bash diffutils"

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


More information about the Openembedded-commits mailing list