summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-12-04 18:20:48 -0600
committerMatthew McClintock <msm@freescale.com>2011-12-04 18:20:48 -0600
commit6cf10ab15c2be342aa6c4e688fc9d10cc2068c2a (patch)
tree022064a4882bc7fe136f5cdc72349b4889a44098
parent73992b8860d7c87a5adb81af5f7841df9006759c (diff)
downloadmeta-fsl-ppc-6cf10ab15c2be342aa6c4e688fc9d10cc2068c2a.tar.gz
linux-qoriq-sdk-headers: remove vardep for KERNEL_DEFCONFIG since it does not effect headers
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk-headers.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk-headers.bb b/recipes-kernel/linux/linux-qoriq-sdk-headers.bb
index f3a37e2..cf1ffee 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk-headers.bb
+++ b/recipes-kernel/linux/linux-qoriq-sdk-headers.bb
@@ -29,6 +29,7 @@ do_configure () {
29 cp ${KERNEL_DEFCONFIG} ${B}/.config 29 cp ${KERNEL_DEFCONFIG} ${B}/.config
30 oe_runmake oldconfig ARCH=${ARCH} 30 oe_runmake oldconfig ARCH=${ARCH}
31} 31}
32do_configure[vardepsexclude] += "KERNEL_DEFCONFIG"
32 33
33do_compile () { 34do_compile () {
34} 35}