fix glibc QA issue in debug package and close bug 1987.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 15 Mar 2007 22:49:30 +0000 (22:49 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 15 Mar 2007 22:49:30 +0000 (22:49 +0000)
packages/glibc/glibc-package.bbclass

index 4cad10f..5783ab1 100644 (file)
@@ -40,7 +40,7 @@ FILES_glibc-dev_append = " ${libdir}/*.o ${bindir}/rpcgen"
 FILES_nscd = "${sbindir}/nscd*"
 FILES_glibc-utils = "${bindir}/* ${sbindir}/*"
 FILES_glibc-gconv = "${libdir}/gconv/*"
-FILES_${PN}-dbg += " ${libdir}/gconv/.debug"
+FILES_${PN}-dbg += "${libexecdir}/getconf/.debug ${libdir}/gconv/.debug"
 FILES_catchsegv = "${bindir}/catchsegv"
 RDEPENDS_catchsegv = "libsegfault"
 FILES_glibc-pcprofile = "/lib/libpcprofile.so"