diff options
Diffstat (limited to 'meta/recipes-devtools/apt/apt.inc')
| -rw-r--r-- | meta/recipes-devtools/apt/apt.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc index e3ca6d028d..83411a968a 100644 --- a/meta/recipes-devtools/apt/apt.inc +++ b/meta/recipes-devtools/apt/apt.inc | |||
| @@ -18,8 +18,8 @@ inherit autotools gettext | |||
| 18 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" | 18 | EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" |
| 19 | 19 | ||
| 20 | do_configure_prepend() { | 20 | do_configure_prepend() { |
| 21 | rm -rf buildlib/config.sub | 21 | rm -rf ${S}/buildlib/config.sub |
| 22 | rm -rf buildlib/config.guess | 22 | rm -rf ${S}/buildlib/config.guess |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | # Apt wants to know the glibc version by running a binary file, which will | 25 | # Apt wants to know the glibc version by running a binary file, which will |
