All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-XXX] [PATCH] gattlib: Place pkgconfig file in correct package
@ 2021-10-02 10:21 Richard Purdie
  2021-10-02 12:25 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2021-10-02 10:21 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
index 234f840f9..8485013ba 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"
 inherit pkgconfig cmake
 
 FILES:${PN} = "${libdir}/*"
-FILES:${PN}-dev = "${includedir}/*"
+FILES:${PN}-dev = "${includedir}/* ${libdir}/pkgconfig"
-- 
2.32.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-XXX] [PATCH] gattlib: Place pkgconfig file in correct package
  2021-10-02 10:21 [meta-XXX] [PATCH] gattlib: Place pkgconfig file in correct package Richard Purdie
@ 2021-10-02 12:25 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-10-02 12:25 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1443 bytes --]

On Sat, Oct 2, 2021 at 3:21 AM Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> Fixes in OE-Core added some pkgconfig dependencies back and this flagged
> that the .pc file was in ${PN}, not ${PN}-dev. Fix that.


Ah cool I was scratching my head over it too thanks for the  fix

>
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta-oe/recipes-connectivity/gattlib/gattlib_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
> b/meta-oe/recipes-connectivity/gattlib/gattlib_git.bb
> index 234f840f9..8485013ba 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"
>  inherit pkgconfig cmake
>
>  FILES:${PN} = "${libdir}/*"
> -FILES:${PN}-dev = "${includedir}/*"
> +FILES:${PN}-dev = "${includedir}/* ${libdir}/pkgconfig"
> --
> 2.32.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93189):
> https://lists.openembedded.org/g/openembedded-devel/message/93189
> Mute This Topic: https://lists.openembedded.org/mt/86020028/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 3031 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-02 12:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02 10:21 [meta-XXX] [PATCH] gattlib: Place pkgconfig file in correct package Richard Purdie
2021-10-02 12:25 ` [oe] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.