diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-02 11:21:03 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-02 06:27:29 -0700 |
| commit | e9b3476ad9964210d5cdbce4d11b31b50738a4b6 (patch) | |
| tree | 1e2565d8e9e1acf536ab08a51806a314bb3e7883 /meta-oe/recipes-connectivity/gattlib | |
| parent | e078ffd4ce182ad8d6861e1e21a52a1c514861d3 (diff) | |
| download | meta-openembedded-e9b3476ad9964210d5cdbce4d11b31b50738a4b6.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/gattlib')
| -rw-r--r-- | meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb index 234f840f95..8485013ba6 100644 --- a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb +++ b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | |||
| @@ -29,4 +29,4 @@ EXTRA_OECMAKE += "-DGATTLIB_BUILD_DOCS=OFF" | |||
| 29 | inherit pkgconfig cmake | 29 | inherit pkgconfig cmake |
| 30 | 30 | ||
| 31 | FILES:${PN} = "${libdir}/*" | 31 | FILES:${PN} = "${libdir}/*" |
| 32 | FILES:${PN}-dev = "${includedir}/*" | 32 | FILES:${PN}-dev = "${includedir}/* ${libdir}/pkgconfig" |
