summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-15 15:38:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 11:56:30 +0000
commitb7766e4bbe61d025346365de4cbafcae56909c27 (patch)
treeebcd60ba21718a84ddf42491ef978fd501d4fd09 /meta/recipes-qt
parent89f13c75eae2fdc2859246c0f9c4122728adffb7 (diff)
downloadpoky-b7766e4bbe61d025346365de4cbafcae56909c27.tar.gz
package: Add auto package splitting of .debug files
Creating FILES_${PN}-dbg is tedious and also pretty pointless. We might as well assume ".debug" is a special directory name and split into -dbg automatically. This change does so without changing the rest of the splitting logic too much. It can be disabled for the cases where we really do want manual control of the -dbg packages (e.g. qt4) with NOAUTOPACKAGEDEBUG = "1". (From OE-Core rev: da5ec06814e105451cca11cce76b5c5231110524) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r--meta/recipes-qt/qt4/qt4.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc
index 2058e54d3d..91be769231 100644
--- a/meta/recipes-qt/qt4/qt4.inc
+++ b/meta/recipes-qt/qt4/qt4.inc
@@ -129,6 +129,7 @@ PACKAGES_DYNAMIC += "^${QT_BASE_NAME}-plugin-.* ^${QT_BASE_NAME}-translation-.*
129 129
130ALLOW_EMPTY_${PN} = "1" 130ALLOW_EMPTY_${PN} = "1"
131FILES_${PN} = "" 131FILES_${PN} = ""
132NOAUTOPACKAGEDEBUG = "1"
132FILES_${PN}-dev = "${includedir}/${QT_DIR_NAME}/Qt/*" 133FILES_${PN}-dev = "${includedir}/${QT_DIR_NAME}/Qt/*"
133FILES_${PN}-dbg = "/usr/src/debug/" 134FILES_${PN}-dbg = "/usr/src/debug/"
134FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch" 135FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"