diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/quilt/quilt.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index 9cf7bac5ee..85aaf8d3a8 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc | |||
@@ -35,6 +35,11 @@ EXTRA_OE_MAKE_ARGS ?= "BUILD_ROOT=${D}" | |||
35 | 35 | ||
36 | CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash" | 36 | CACHED_CONFIGUREVARS += "ac_cv_path_BASH=/bin/bash" |
37 | 37 | ||
38 | # Don't setup symlinks to host utilities, we don't need them | ||
39 | do_configure_append () { | ||
40 | sed -e 's,^COMPAT_SYMLINKS.*:=.*,COMPAT_SYMLINKS :=,' -i ${S}/Makefile | ||
41 | } | ||
42 | |||
38 | # quilt ignores DESTDIR | 43 | # quilt ignores DESTDIR |
39 | do_install () { | 44 | do_install () { |
40 | oe_runmake ${EXTRA_OE_MAKE_ARGS} install | 45 | oe_runmake ${EXTRA_OE_MAKE_ARGS} install |