diff options
author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-08-12 22:42:26 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:15 -0300 |
commit | 97c809c74a7e7e40fd986b92883964ac19303a5e (patch) | |
tree | 34fbc5fae54ee69559c32e01b7bc234d6a4bbacf | |
parent | 2fec10936ab8e89148b329c9d410607a66dfcabc (diff) | |
download | meta-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.bb | 5 |
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" | |||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" |
7 | SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" | 7 | SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" |
8 | 8 | ||
9 | RDEPENDS_${PN} += "ipsec-tools" | ||
10 | |||
9 | inherit module qoriq_build_64bit_kernel | 11 | inherit module qoriq_build_64bit_kernel |
10 | 12 | ||
11 | S = "${WORKDIR}/git/asfmodule" | 13 | S = "${WORKDIR}/git/asfmodule" |
@@ -30,4 +32,5 @@ do_install(){ | |||
30 | } | 32 | } |
31 | 33 | ||
32 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" | 34 | FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" |
33 | RDEPENDS_${PN} += "ipsec-tools" | 35 | |
36 | COMPATIBLE_MACHINE = "(qoriq)" | ||