[OE-core] [PATCH] bitbake.conf: Don't add ${PN} to RRECOMMENDS_${PN}-dbg

Phil Blundell pb at pbcl.net
Thu Apr 25 10:22:55 UTC 2013


This recommendation is of no obvious value and causes unexpected behaviour
when using IMAGE_FEATURES += "dbg-pkgs".

Signed-off-by: Phil Blundell <philb at gnu.org>
---
 meta/conf/bitbake.conf |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index c0efdee..bc2b071 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -310,7 +310,6 @@ FILES_${PN}-dbg = "${@d.getVar(['DOTDEBUG-dbg', 'DEBUGFILEDIRECTORY-dbg'][d.getV
 
 SECTION_${PN}-dbg = "devel"
 ALLOW_EMPTY_${PN}-dbg = "1"
-RRECOMMENDS_${PN}-dbg = "${PN} (= ${EXTENDPKGV})"
 
 FILES_${PN}-locale = "${datadir}/locale"
 
-- 
1.7.10.4







More information about the Openembedded-core mailing list