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>
This commit is contained in:
Konrad Weihmann 2020-07-05 20:57:33 +02:00 committed by Khem Raj
parent 3e78fbe099
commit 1d26b2656b

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}/*"