Explorar o código

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>
Konrad Weihmann %!s(int64=3) %!d(string=hai) anos
pai
achega
1d26b2656b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      meta-oe/recipes-connectivity/gattlib/gattlib_git.bb

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