mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user