From 914a4361eb954a615615a49dddf9407074791a55 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 25 Aug 2018 15:12:32 -0700 Subject: compiler-rt: Package /usr/share into dev package Signed-off-by: Khem Raj --- recipes-devtools/clang/compiler-rt_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index ad260ba..bac47d7 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb @@ -83,7 +83,7 @@ FILES_SOLIBSDEV = "" FILES_${PN} += "${libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/lib*${SOLIBSDEV} \ ${libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/*.txt" FILES_${PN}-staticdev += "${libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/*.a" -FILES_${PN}-dev += "${libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/*.syms" +FILES_${PN}-dev += "${datadir} ${libdir}/clang/${MAJOR_VER}.${MINOR_VER}.${PATCH_VER}/lib/linux/*.syms" INSANE_SKIP_${PN} = "dev-so" #PROVIDES_append_class-target = "\ -- cgit v1.2.3-54-g00ecf