aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-05-06 15:40:07 +0200
committerArmin Kuster <akuster808@gmail.com>2016-05-09 19:05:04 -0700
commit0e063058cc3ae825a7ec9736a9a2dc44c2c96fb6 (patch)
tree659cb4c8b1b31fa018902f5980eeb9ae7e37ec13 /meta-oe
parentebe5fb297e1cefa32ae8654e59841b5af56895d1 (diff)
downloadmeta-openembedded-contrib-0e063058cc3ae825a7ec9736a9a2dc44c2c96fb6.tar.gz
llvm3.3: Disable auto -dbg packages
* set NOAUTOPACKAGEDEBUG to disable automatic creation of -dbg FILES split * it doesn't work well with our do_split_packages calls and in the end breaks installing llvm3.3-dbg (e.g. when you enable IMAGE_GEN_DEBUGFS) * it shows a bit ugly error where multiple messages are written over each other: WARNING: [log_check] In line: [ConfiCollected errors: ] WARNING: [log_check] luneos-dev-image: found an error message in the logfile (keyword 'Collected errors'): [log_check] ConfiCollected errors: ERROR: ConfiCollected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for llvm3.3-dbg: * libllvm3.3-lto-dbg * libllvm3.3-llvm-3.3-dbg * * opkg_install: Cannot install package llvm3.3-dbg. guring gstreamer1.0-libav-dbg. but the main point is that do_split_packages returns some package names of packages which in the end aren't created, because there are no files in them after other -dbg packages eat them all due to automatic -dbg creation Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/llvm/llvm.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm.inc b/meta-oe/recipes-core/llvm/llvm.inc
index 02d4617f4e..fa971f38c8 100644
--- a/meta-oe/recipes-core/llvm/llvm.inc
+++ b/meta-oe/recipes-core/llvm/llvm.inc
@@ -121,7 +121,7 @@ ALLOW_EMPTY_${PN} = "1"
ALLOW_EMPTY_${PN}-staticdev = "1"
FILES_${PN} = ""
FILES_${PN}-staticdev = ""
-DOTDEBUG-dbg = " \
+FILES_${PN}-dbg = " \
${bindir}/${LLVM_DIR}/.debug \
${libdir}/${LLVM_DIR}/.debug/BugpointPasses.so \
${libdir}/${LLVM_DIR}/.debug/LLVMHello.so \
@@ -142,6 +142,7 @@ FILES_${PN}-llvmhello = "\
"
PACKAGES_DYNAMIC = "^libllvm${LLVM_RELEASE}-.*$"
+NOAUTOPACKAGEDEBUG = "1"
INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE} += "dev-so"