From: Phil Blundell Date: Thu, 25 Apr 2013 10:22:55 +0000 (+0100) Subject: bitbake.conf: Don't add ${PN} to RRECOMMENDS_${PN}-dbg X-Git-Tag: 2015-4~6702 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b64f2ef2be5dca1eb13a305147a2b99d57985010;p=openembedded-core.git bitbake.conf: Don't add ${PN} to RRECOMMENDS_${PN}-dbg This recommendation is of no obvious value and causes unexpected behaviour when using IMAGE_FEATURES += "dbg-pkgs". Signed-off-by: Phil Blundell Signed-off-by: Saul Wold --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index cd5d61e347..075f812f2b 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"