diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-12-19 19:29:57 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-12-19 19:29:57 +0000 |
| commit | eba00a9a4c70c472b14f7cbcbde908e8ca41b9aa (patch) | |
| tree | 67883c28af0080b3cab017d651516627edfaefab | |
| parent | d4e0d81bad3d6ce93d6cd704599dbcf9f2291e7d (diff) | |
| download | poky-eba00a9a4c70c472b14f7cbcbde908e8ca41b9aa.tar.gz | |
glibc: Package libexec .debug packages correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1051 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/glibc/glibc-package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc-package.bbclass b/meta/packages/glibc/glibc-package.bbclass index 6bc8d2a2af..84541c69f0 100644 --- a/meta/packages/glibc/glibc-package.bbclass +++ b/meta/packages/glibc/glibc-package.bbclass | |||
| @@ -40,7 +40,7 @@ FILES_glibc-dev_append = " ${libdir}/*.o ${bindir}/rpcgen" | |||
| 40 | FILES_nscd = "${sbindir}/nscd*" | 40 | FILES_nscd = "${sbindir}/nscd*" |
| 41 | FILES_glibc-utils = "${bindir}/* ${sbindir}/*" | 41 | FILES_glibc-utils = "${bindir}/* ${sbindir}/*" |
| 42 | FILES_glibc-gconv = "${libdir}/gconv/*" | 42 | FILES_glibc-gconv = "${libdir}/gconv/*" |
| 43 | FILES_${PN}-dbg += " ${libdir}/gconv/.debug" | 43 | FILES_${PN}-dbg += " ${libdir}/gconv/.debug ${libexecdir}/*/.debug" |
| 44 | FILES_catchsegv = "${bindir}/catchsegv" | 44 | FILES_catchsegv = "${bindir}/catchsegv" |
| 45 | RDEPENDS_catchsegv = "libsegfault" | 45 | RDEPENDS_catchsegv = "libsegfault" |
| 46 | FILES_glibc-pcprofile = "/lib/libpcprofile.so" | 46 | FILES_glibc-pcprofile = "/lib/libpcprofile.so" |
