From: Ting Liu <[email protected]> Fix the below issue: | Computing transaction...error: Can't install asf-git-r0@t4240qds_64b: | no package provides /usr/sbin/setkey
Signed-off-by: Ting Liu <[email protected]> --- recipes-kernel/asf/asf_git.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb index adad7ae..098b511 100644 --- a/recipes-kernel/asf/asf_git.bb +++ b/recipes-kernel/asf/asf_git.bb @@ -7,6 +7,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git" SRCREV = "c262d7701af325b50cae54279a021ae7b5081e24" DEPENDS="virtual/kernel" +RDEPENDS_${PN} += "ipsec-tools" inherit module -- 1.7.3.4 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
