[oe-commits] Phil Blundell : bitbake.conf: Don't add ${PN} to RRECOMMENDS_${PN}-dbg

git at git.openembedded.org git at git.openembedded.org
Mon Apr 29 13:40:31 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: b64f2ef2be5dca1eb13a305147a2b99d57985010
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b64f2ef2be5dca1eb13a305147a2b99d57985010

Author: Phil Blundell <pb at pbcl.net>
Date:   Thu Apr 25 11:22:55 2013 +0100

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 <philb at gnu.org>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/conf/bitbake.conf |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index cd5d61e..075f812 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"
 





More information about the Openembedded-commits mailing list