Chinaunix

标题: [patch] fix .debug dir isn't included in dbg packa [打印本页]

作者: linuxGentoo    时间: 2009-03-22 19:55
标题: [patch] fix .debug dir isn't included in dbg packa
http://bugs.openembedded.net/show_bug.cgi?id=5069
               
               
                diff --git a/recipes/rpm/rpm_4.4.2.3.bb b/recipes/rpm/rpm_4.4.2.3.bb
index 6bdd0ed..3015988 100644
--- a/recipes/rpm/rpm_4.4.2.3.bb
+++ b/recipes/rpm/rpm_4.4.2.3.bb
@@ -23,6 +23,7 @@ acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
PACKAGES += "python-rpm"
FILES_python-rpm = "${libdir}/python*/site-packages/rpm/_*"
+FILES_${PN}-dbg += "${libdir}/${PN}/.debug"
# Handle the db MUTEX settings here, the POSIX library is
# the default - "POSIX/pthreads/library".
~                                                                                                              
~                                                         


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/32610/showart_1871871.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2