kernel.bbclass: put perf .debug dir in -dbg package

This is needed to avoid the following QA error:

ERROR: QA Issue: non debug package contains .debug directory:
kernel-dev path

Patch proposed by Matthew McClintock <msm@freescale.com>

(From OE-Core rev: df879f191d1e86596444cb30a0a77a785958520c)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Garman
2012-09-06 10:50:40 -07:00
committed by Richard Purdie
parent 825c647f65
commit 0cd0a3b475

View File

@@ -546,4 +546,5 @@ EXPORT_FUNCTIONS do_deploy
PACKAGES =+ "perf-dbg perf"
FILES_perf = "${bindir}/* \
${libexecdir}"
FILES_perf-dbg = "${FILES_${PN}-dbg}"
FILES_perf-dbg = "${FILES_${PN}-dbg} \
${KERNEL_SRC_PATH}/tools/perf/.debug"