diff options
author | Phil Blundell <pb@pbcl.net> | 2013-04-25 11:22:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:50 +0100 |
commit | b64f2ef2be5dca1eb13a305147a2b99d57985010 (patch) | |
tree | 897b4fd7edb9f97e986b9c9d973a7292fe5c2b0a | |
parent | 7b43151bb073f1f6f1fa5a31447b742127060909 (diff) | |
download | openembedded-core-b64f2ef2be5dca1eb13a305147a2b99d57985010.tar.gz openembedded-core-b64f2ef2be5dca1eb13a305147a2b99d57985010.tar.bz2 openembedded-core-b64f2ef2be5dca1eb13a305147a2b99d57985010.zip |
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@gnu.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | 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 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" |