From: Zhenhua Luo Date: Wed, 12 Aug 2015 14:42:26 +0000 (+0800) Subject: asf: Move RDEPENDS and add COMPATIBLE_MACHINE X-Git-Tag: 2.1~392 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=97c809c74a7e7e40fd986b92883964ac19303a5e;p=meta-freescale.git asf: Move RDEPENDS and add COMPATIBLE_MACHINE Signed-off-by: Zhenhua Luo Acked-by: Daiane Angolini Signed-off-by: Otavio Salvador --- 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" SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master" SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b" +RDEPENDS_${PN} += "ipsec-tools" + inherit module qoriq_build_64bit_kernel S = "${WORKDIR}/git/asfmodule" @@ -30,4 +32,5 @@ do_install(){ } FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" -RDEPENDS_${PN} += "ipsec-tools" + +COMPATIBLE_MACHINE = "(qoriq)"