aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-07-05 20:57:33 +0200
committerSteve Sakoman <steve@sakoman.com>2021-10-12 07:46:00 -1000
commit66fe30c9d07226906f578162b821cdd2d9d87337 (patch)
treec2534438cdd5bc37af902caaad3c667bb26dc429
parent3cf22d15885cf0e3e16078705e9a20f3d21f12db (diff)
downloadmeta-openembedded-contrib-66fe30c9d07226906f578162b821cdd2d9d87337.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>
-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}/*"