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 | |
parent | 42940480976c212176d6715a1ed69bf6f0bdf406 (diff) | |
download | openembedded-core-a3b590e0629c72084acf10d3085527c6dc4e25a0.tar.gz openembedded-core-a3b590e0629c72084acf10d3085527c6dc4e25a0.tar.bz2 openembedded-core-a3b590e0629c72084acf10d3085527c6dc4e25a0.zip |
apt: improve packaging of debug stuff
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3174 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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" # They also provide glibc 2.5 in 'experimental' and it works with APT built # for 2.3 so we set it in same way EXTRA_OECONF_append = " ac_cv_glibc_ver=libc6.3" + +FILES_${PN}-dbg += "${libdir}/apt/methods/.debug/" |