From b64f2ef2be5dca1eb13a305147a2b99d57985010 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 25 Apr 2013 11:22:55 +0100 Subject: 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 --- meta/conf/bitbake.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf/bitbake.conf') 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" -- cgit 1.2.3-korg