mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
3cf22d1588
commit
c1913c367f
@ -28,5 +28,5 @@ EXTRA_OECMAKE += "-DGATTLIB_BUILD_DOCS=OFF"
|
||||
|
||||
inherit pkgconfig cmake
|
||||
|
||||
FILES_${PN} = "${libdir}/* ${includedir}/*"
|
||||
FILES_${PN} = "${libdir}/*"
|
||||
FILES_${PN}-dev = "${includedir}/*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user