diff options
-rw-r--r-- | meta/packages/apt/apt.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/apt/apt.inc b/meta/packages/apt/apt.inc index 92507be188..9f51f2111a 100644 --- a/meta/packages/apt/apt.inc +++ b/meta/packages/apt/apt.inc | |||
@@ -23,3 +23,5 @@ EXTRA_OECONF_append_angstrom = " ac_cv_glibc_ver=libc6.4" | |||
23 | # They also provide glibc 2.5 in 'experimental' and it works with APT built | 23 | # They also provide glibc 2.5 in 'experimental' and it works with APT built |
24 | # for 2.3 so we set it in same way | 24 | # for 2.3 so we set it in same way |
25 | EXTRA_OECONF_append = " ac_cv_glibc_ver=libc6.3" | 25 | EXTRA_OECONF_append = " ac_cv_glibc_ver=libc6.3" |
26 | |||
27 | FILES_${PN}-dbg += "${libdir}/apt/methods/.debug/" | ||