All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] strongswan: package up sbin debug files
@ 2018-05-11 18:38 Chris Patterson
  2018-06-05 14:35 ` Chris Patterson
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Patterson @ 2018-05-11 18:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chris Patterson

From: Chris Patterson <pattersonc@ainfosec.com>

Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
---
 meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
index f2fe1f1..5cae6ac 100644
--- a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
+++ b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
@@ -46,7 +46,7 @@ inherit autotools systemd pkgconfig
 RRECOMMENDS_${PN} = "kernel-module-ipsec"
 
 FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
-FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
+FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
 FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la"
 FILES_${PN}-staticdev += "${libdir}/ipsec/*.a"
 
-- 
2.1.4



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

* Re: [meta-oe][PATCH] strongswan: package up sbin debug files
  2018-05-11 18:38 [meta-oe][PATCH] strongswan: package up sbin debug files Chris Patterson
@ 2018-06-05 14:35 ` Chris Patterson
  2018-06-05 14:39   ` Chris Patterson
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Patterson @ 2018-06-05 14:35 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Chris Patterson

ping :)

On Fri, May 11, 2018 at 2:38 PM, Chris Patterson <cjp256@gmail.com> wrote:
> From: Chris Patterson <pattersonc@ainfosec.com>
>
> Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
> ---
>  meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
> index f2fe1f1..5cae6ac 100644
> --- a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
> +++ b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
> @@ -46,7 +46,7 @@ inherit autotools systemd pkgconfig
>  RRECOMMENDS_${PN} = "kernel-module-ipsec"
>
>  FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
> -FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
> +FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
>  FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la"
>  FILES_${PN}-staticdev += "${libdir}/ipsec/*.a"
>
> --
> 2.1.4
>


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

* Re: [meta-oe][PATCH] strongswan: package up sbin debug files
  2018-06-05 14:35 ` Chris Patterson
@ 2018-06-05 14:39   ` Chris Patterson
  2018-06-05 15:47     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Patterson @ 2018-06-05 14:39 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

(after looking at it again, I realize I misfired on the prefix tag and
maintainer CC - will resend)

On Tue, Jun 5, 2018 at 10:35 AM, Chris Patterson <cjp256@gmail.com> wrote:
> ping :)
>
> On Fri, May 11, 2018 at 2:38 PM, Chris Patterson <cjp256@gmail.com> wrote:
>> From: Chris Patterson <pattersonc@ainfosec.com>
>>
>> Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
>> ---
>>  meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
>> index f2fe1f1..5cae6ac 100644
>> --- a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
>> +++ b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
>> @@ -46,7 +46,7 @@ inherit autotools systemd pkgconfig
>>  RRECOMMENDS_${PN} = "kernel-module-ipsec"
>>
>>  FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
>> -FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
>> +FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
>>  FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la"
>>  FILES_${PN}-staticdev += "${libdir}/ipsec/*.a"
>>
>> --
>> 2.1.4
>>


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

* Re: [meta-oe][PATCH] strongswan: package up sbin debug files
  2018-06-05 14:39   ` Chris Patterson
@ 2018-06-05 15:47     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2018-06-05 15:47 UTC (permalink / raw)
  To: Chris Patterson; +Cc: Patches and discussions about the oe-core layer

On Tue, Jun 05, 2018 at 10:39:36AM -0400, Chris Patterson wrote:
> (after looking at it again, I realize I misfired on the prefix tag and
> maintainer CC - will resend)

Actually, wrong list - http://lists.openembedded.org/mailman/listinfo/openembedded-devel


> On Tue, Jun 5, 2018 at 10:35 AM, Chris Patterson <cjp256@gmail.com> wrote:
> > ping :)
> >
> > On Fri, May 11, 2018 at 2:38 PM, Chris Patterson <cjp256@gmail.com> wrote:
> >> From: Chris Patterson <pattersonc@ainfosec.com>
> >>
> >> Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
> >> ---
> >>  meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
> >> index f2fe1f1..5cae6ac 100644
> >> --- a/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
> >> +++ b/meta-networking/recipes-support/strongswan/strongswan_5.6.2.bb
> >> @@ -46,7 +46,7 @@ inherit autotools systemd pkgconfig
> >>  RRECOMMENDS_${PN} = "kernel-module-ipsec"
> >>
> >>  FILES_${PN} += "${libdir}/ipsec/lib*${SOLIBS}"
> >> -FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
> >> +FILES_${PN}-dbg += "${bindir}/.debug ${sbindir}/.debug ${libdir}/ipsec/.debug ${libexecdir}/ipsec/.debug"
> >>  FILES_${PN}-dev += "${libdir}/ipsec/lib*${SOLIBSDEV} ${libdir}/ipsec/*.la"
> >>  FILES_${PN}-staticdev += "${libdir}/ipsec/*.a"
> >>
> >> --
> >> 2.1.4
> >>
> -- 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

end of thread, other threads:[~2018-06-05 15:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 18:38 [meta-oe][PATCH] strongswan: package up sbin debug files Chris Patterson
2018-06-05 14:35 ` Chris Patterson
2018-06-05 14:39   ` Chris Patterson
2018-06-05 15:47     ` Denys Dmytriyenko

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.