summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-fsl-ppc/recipes-kernel/asf/asf_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb
index 1ca4c8ea..0263b058 100644
--- a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb
+++ b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb
@@ -3,8 +3,8 @@ SECTION = "asf"
3LICENSE = "GPLv2 & GPLv2+ & BSD" 3LICENSE = "GPLv2 & GPLv2+ & BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b5881ecf398da8a03a3f4c501e29d287"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;nobranch=1" 6SRC_URI = "git://git.freescale.com/ppc/sdk/asf.git;branch=master"
7SRCREV = "16eb472d6b2b34c8b605a86c469611bc8ddec1c9" 7SRCREV = "62ba10ab6bab8f8f53934e4bb55b5a552bf3fd6b"
8 8
9inherit module qoriq_build_64bit_kernel 9inherit module qoriq_build_64bit_kernel
10 10
@@ -30,4 +30,3 @@ do_install(){
30 30
31FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf" 31FILES_${PN} += "${libexecdir} /lib/modules/${KERNEL_VERSION}/asf"
32RDEPENDS_${PN} += "ipsec-tools" 32RDEPENDS_${PN} += "ipsec-tools"
33