mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
gattlib: Place pkgconfig file in correct package
Fixes in OE-Core added some pkgconfig dependencies back and this flagged
that the .pc file was in ${PN}, not ${PN}-dev. Fix that.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit e9b3476ad9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c1913c367f
commit
814eec96c2
@@ -29,4 +29,4 @@ EXTRA_OECMAKE += "-DGATTLIB_BUILD_DOCS=OFF"
|
||||
inherit pkgconfig cmake
|
||||
|
||||
FILES_${PN} = "${libdir}/*"
|
||||
FILES_${PN}-dev = "${includedir}/*"
|
||||
FILES_${PN}-dev = "${includedir}/* ${libdir}/pkgconfig"
|
||||
|
||||
Reference in New Issue
Block a user