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>
This commit is contained in:
Konrad Weihmann 2021-10-13 05:44:47 -10:00 committed by Armin Kuster
parent 3cf22d1588
commit c1913c367f

View File

@ -28,5 +28,5 @@ EXTRA_OECMAKE += "-DGATTLIB_BUILD_DOCS=OFF"
inherit pkgconfig cmake
FILES_${PN} = "${libdir}/* ${includedir}/*"
FILES_${PN} = "${libdir}/*"
FILES_${PN}-dev = "${includedir}/*"