diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 12:00:53 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-11-15 12:00:53 +0000 |
commit | a3b590e0629c72084acf10d3085527c6dc4e25a0 (patch) | |
tree | ea291e238cdc51c1f0982d9577c6881de53bf645 /meta/packages/apt | |
parent | 42940480976c212176d6715a1ed69bf6f0bdf406 (diff) | |
download | poky-a3b590e0629c72084acf10d3085527c6dc4e25a0.tar.gz |
apt: improve packaging of debug stuff
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3174 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apt')
-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/" | ||