diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-25 10:10:30 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-08-25 09:04:17 -0700 |
commit | 4f1339959505b45a165f00ee5b27a33dac100b9c (patch) | |
tree | 847f6c002de7dc5856cfdf642ad72bc3b4b7a36c | |
parent | 6f6e313a6e7cee99c87e223d4607abe32e867ec7 (diff) | |
download | meta-clang-4f1339959505b45a165f00ee5b27a33dac100b9c.tar.gz |
nativesdk-clang-glue: Disable debug packaging
This package does not provide binary files and is just to glue the
paths for proper use by Clang so disabling debug avoids the packaging
error we were seeing:
,----
| ERROR: nativesdk-clang-glue-4.0.0-r0 do_package: File
| './usr/lib/debug' cannot be packaged into 'nativesdk-clang-glue-dbg'
| because its parent directory structure does not exist. One of its
| parent directories is a symlink whose target directory is not included
| in the package.
`----
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-devtools/clang/nativesdk-clang-glue.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/nativesdk-clang-glue.bb b/recipes-devtools/clang/nativesdk-clang-glue.bb index 0959928..bdb6539 100644 --- a/recipes-devtools/clang/nativesdk-clang-glue.bb +++ b/recipes-devtools/clang/nativesdk-clang-glue.bb | |||
@@ -25,3 +25,4 @@ sysroot_stage_all () { | |||
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} += "${prefix_nativesdk}" | 27 | FILES_${PN} += "${prefix_nativesdk}" |
28 | FILES_${PN}-dbg = "" | ||