From 4f1339959505b45a165f00ee5b27a33dac100b9c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 25 Aug 2017 10:10:30 -0300 Subject: 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 --- recipes-devtools/clang/nativesdk-clang-glue.bb | 1 + 1 file changed, 1 insertion(+) 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 () { } FILES_${PN} += "${prefix_nativesdk}" +FILES_${PN}-dbg = "" -- cgit v1.2.3-54-g00ecf