aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2021-10-13 05:44:47 -1000
committerArmin Kuster <akuster808@gmail.com>2021-10-14 13:57:37 -0700
commitc1913c367fe2ecb3da1812e868aa37361228f4c7 (patch)
treec2534438cdd5bc37af902caaad3c667bb26dc429
parent3cf22d15885cf0e3e16078705e9a20f3d21f12db (diff)
downloadmeta-openembedded-c1913c367fe2ecb3da1812e868aa37361228f4c7.tar.gz
gattlib: remove includedir from base package
as it's already packaged to ${PN}-dev, so the setting was without any effect anyway Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 1d26b2656b87a95b72d674954283ac014da8793b) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/gattlib/gattlib_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
index 6b4decce51..d79dbed87a 100644
--- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
+++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
@@ -28,5 +28,5 @@ EXTRA_OECMAKE += "-DGATTLIB_BUILD_DOCS=OFF"
inherit pkgconfig cmake
-FILES_${PN} = "${libdir}/* ${includedir}/*"
+FILES_${PN} = "${libdir}/*"
FILES_${PN}-dev = "${includedir}/*"