summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:26 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commit97c809c74a7e7e40fd986b92883964ac19303a5e (patch)
tree34fbc5fae54ee69559c32e01b7bc234d6a4bbacf
parent2fec10936ab8e89148b329c9d410607a66dfcabc (diff)
downloadmeta-freescale-97c809c74a7e7e40fd986b92883964ac19303a5e.tar.gz
asf: Move RDEPENDS and add COMPATIBLE_MACHINE
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/asf/asf_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/asf/asf_git.bb b/recipes-kernel/asf/asf_git.bb
index 6e25ecf5..a9624e49 100644
--- a/recipes-kernel/asf/asf_git.bb
+++ b/recipes-kernel/asf/asf_git.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" 6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master"
7SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" 7SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b"
8 8
9RDEPENDS_${PN} += "ipsec-tools"
10
9inherit module qoriq_build_64bit_kernel 11inherit module qoriq_build_64bit_kernel
10 12
11S = "${WORKDIR}/git/asfmodule" 13S = "${WORKDIR}/git/asfmodule"
@@ -30,4 +32,5 @@ do_install(){
30} 32}
31 33
32FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" 34FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf"
33RDEPENDS_${PN} += "ipsec-tools" 35
36COMPATIBLE_MACHINE = "(qoriq)"