summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/apt/apt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/apt/apt.inc')
-rw-r--r--meta/recipes-devtools/apt/apt.inc4
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
18EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" 18EXTRA_AUTORECONF = "--exclude=autopoint,autoheader"
19 19
20do_configure_prepend() { 20do_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