diff options
author | Ting Liu <b28495@freescale.com> | 2013-10-23 14:57:16 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-12 18:06:03 +0800 |
commit | ad72d1dacad1f181f8089fa6d4115fdbc1481714 (patch) | |
tree | 22c0164c3f96808729e7a3df961fe8313da07854 | |
parent | 5d358f25406ba5bd14a1d922d1350931c3345e0e (diff) | |
download | meta-freescale-ad72d1dacad1f181f8089fa6d4115fdbc1481714.tar.gz |
asf: add rdepend on ipsec-tools
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 <b28495@freescale.com>
-rw-r--r-- | meta-fsl-ppc/recipes-kernel/asf/asf_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb index bbe57173..3dc8f908 100644 --- a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb +++ b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb | |||
@@ -7,6 +7,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;nobranch=1" | |||
7 | SRCREV = "c262d7701af325b50cae54279a021ae7b5081e24" | 7 | SRCREV = "c262d7701af325b50cae54279a021ae7b5081e24" |
8 | 8 | ||
9 | DEPENDS="virtual/kernel" | 9 | DEPENDS="virtual/kernel" |
10 | RDEPENDS_${PN} += "ipsec-tools" | ||
10 | 11 | ||
11 | inherit module | 12 | inherit module |
12 | 13 | ||