diff options
| -rw-r--r-- | meta-fsl-ppc/recipes-kernel/asf/asf_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb index 0263b0580..6e25ecf5f 100644 --- a/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb +++ b/meta-fsl-ppc/recipes-kernel/asf/asf_git.bb | |||
| @@ -17,7 +17,8 @@ INHIBIT_PACKAGE_STRIP = "1" | |||
| 17 | 17 | ||
| 18 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 18 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
| 19 | do_configure_prepend () { | 19 | do_configure_prepend () { |
| 20 | sed -i 's,$(KERNEL_PATH)/.config,$(KBUILD_OUTPUT)/.config,' ${S}/Makefile | 20 | find ${S} -name Makefile -exec \ |
| 21 | sed -i 's,$(KERNEL_PATH)/.config,$(KBUILD_OUTPUT)/.config,' {} \; | ||
| 21 | } | 22 | } |
| 22 | 23 | ||
| 23 | do_install(){ | 24 | do_install(){ |
