All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] fftw: Allow an empty package for fftw.
@ 2016-10-21 12:14 Philip Balister
  2016-10-21 16:41 ` Martin Jansa
  2016-10-21 17:08 ` Khem Raj
  0 siblings, 2 replies; 7+ messages in thread
From: Philip Balister @ 2016-10-21 12:14 UTC (permalink / raw)
  To: openembedded-devel

The fftw-dev package RDEPENDS on the fftw package. Let the recipe create an
empty one to satisfy this requirement.

Signed-off-by: Philip Balister <philip@balister.org>
---
 meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
index 0faaea1..0bb6cc2 100644
--- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
+++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
@@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
 FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
 FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
 
+ALLOW_EMPTY_${PN}= "1"
+
 BBCLASSEXTEND = "native"
-- 
2.5.5



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

* Re: [meta-oe][PATCH] fftw: Allow an empty package for fftw.
  2016-10-21 12:14 [meta-oe][PATCH] fftw: Allow an empty package for fftw Philip Balister
@ 2016-10-21 16:41 ` Martin Jansa
  2016-10-21 17:08 ` Khem Raj
  1 sibling, 0 replies; 7+ messages in thread
From: Martin Jansa @ 2016-10-21 16:41 UTC (permalink / raw)
  To: openembedded-devel

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

On Fri, Oct 21, 2016 at 08:14:16AM -0400, Philip Balister wrote:
> The fftw-dev package RDEPENDS on the fftw package. Let the recipe create an
> empty one to satisfy this requirement.

Then remove RDEPENDS from fftw-dev package instead of installing
completely useless empty package.

> Signed-off-by: Philip Balister <philip@balister.org>
> ---
>  meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> index 0faaea1..0bb6cc2 100644
> --- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> +++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> @@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
>  FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
>  FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
>  
> +ALLOW_EMPTY_${PN}= "1"
> +
>  BBCLASSEXTEND = "native"
> -- 
> 2.5.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

* Re: [meta-oe][PATCH] fftw: Allow an empty package for fftw.
  2016-10-21 12:14 [meta-oe][PATCH] fftw: Allow an empty package for fftw Philip Balister
  2016-10-21 16:41 ` Martin Jansa
@ 2016-10-21 17:08 ` Khem Raj
  2016-10-21 23:05   ` Philip Balister
  1 sibling, 1 reply; 7+ messages in thread
From: Khem Raj @ 2016-10-21 17:08 UTC (permalink / raw)
  To: OpenEmbedded Devel List

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


> On Oct 21, 2016, at 5:14 AM, Philip Balister <philip@balister.org> wrote:
> 
> The fftw-dev package RDEPENDS on the fftw package. Let the recipe create an
> empty one to satisfy this requirement.
> 
> Signed-off-by: Philip Balister <philip@balister.org>
> ---
> meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> index 0faaea1..0bb6cc2 100644
> --- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> +++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> @@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
> FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
> FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
> 
> +ALLOW_EMPTY_${PN}= “1"

as Martin said

RDEPENDS_${PN}-dev = “”

should be done.

> +
> BBCLASSEXTEND = "native"
> --
> 2.5.5
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

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

* Re: [meta-oe][PATCH] fftw: Allow an empty package for fftw.
  2016-10-21 17:08 ` Khem Raj
@ 2016-10-21 23:05   ` Philip Balister
  2016-10-21 23:29     ` Khem Raj
  2016-10-24 15:43     ` Martin Jansa
  0 siblings, 2 replies; 7+ messages in thread
From: Philip Balister @ 2016-10-21 23:05 UTC (permalink / raw)
  To: openembedded-devel

On 10/21/2016 01:08 PM, Khem Raj wrote:
> 
>> On Oct 21, 2016, at 5:14 AM, Philip Balister <philip@balister.org> wrote:
>>
>> The fftw-dev package RDEPENDS on the fftw package. Let the recipe create an
>> empty one to satisfy this requirement.
>>
>> Signed-off-by: Philip Balister <philip@balister.org>
>> ---
>> meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>> index 0faaea1..0bb6cc2 100644
>> --- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>> +++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>> @@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
>> FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
>> FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
>>
>> +ALLOW_EMPTY_${PN}= “1"
> 
> as Martin said
> 
> RDEPENDS_${PN}-dev = “”
> 
> should be done.

It also RDEPENDS on libfftw libfftwf and libfftwl.

Is there a way to remove just one entry in the RDEPENDS line? Need to
think through exactly what is going on.

Philip

> 
>> +
>> BBCLASSEXTEND = "native"
>> --
>> 2.5.5
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> 
> 


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

* Re: [meta-oe][PATCH] fftw: Allow an empty package for fftw.
  2016-10-21 23:05   ` Philip Balister
@ 2016-10-21 23:29     ` Khem Raj
  2016-10-24 15:43     ` Martin Jansa
  1 sibling, 0 replies; 7+ messages in thread
From: Khem Raj @ 2016-10-21 23:29 UTC (permalink / raw)
  To: openembeded-devel

On Fri, Oct 21, 2016 at 4:05 PM, Philip Balister <philip@balister.org> wrote:
> On 10/21/2016 01:08 PM, Khem Raj wrote:
>>
>>> On Oct 21, 2016, at 5:14 AM, Philip Balister <philip@balister.org> wrote:
>>>
>>> The fftw-dev package RDEPENDS on the fftw package. Let the recipe create an
>>> empty one to satisfy this requirement.
>>>
>>> Signed-off-by: Philip Balister <philip@balister.org>
>>> ---
>>> meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>>> index 0faaea1..0bb6cc2 100644
>>> --- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>>> +++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>>> @@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
>>> FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
>>> FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
>>>
>>> +ALLOW_EMPTY_${PN}= “1"
>>
>> as Martin said
>>
>> RDEPENDS_${PN}-dev = “”
>>
>> should be done.
>
> It also RDEPENDS on libfftw libfftwf and libfftwl.
>
> Is there a way to remove just one entry in the RDEPENDS line? Need to
> think through exactly what is going on.
>

uncoupling it like this will be take care of that too.


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

* Re: [meta-oe][PATCH] fftw: Allow an empty package for fftw.
  2016-10-21 23:05   ` Philip Balister
  2016-10-21 23:29     ` Khem Raj
@ 2016-10-24 15:43     ` Martin Jansa
  2016-10-24 16:10       ` Philip Balister
  1 sibling, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2016-10-24 15:43 UTC (permalink / raw)
  To: openembedded-devel

RDEPENDS_${PN}-dev_remove = “${PN}”

doesn't work?

On Sat, Oct 22, 2016 at 1:05 AM, Philip Balister <philip@balister.org>
wrote:

> On 10/21/2016 01:08 PM, Khem Raj wrote:
> >
> >> On Oct 21, 2016, at 5:14 AM, Philip Balister <philip@balister.org>
> wrote:
> >>
> >> The fftw-dev package RDEPENDS on the fftw package. Let the recipe
> create an
> >> empty one to satisfy this requirement.
> >>
> >> Signed-off-by: Philip Balister <philip@balister.org>
> >> ---
> >> meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
> >> 1 file changed, 2 insertions(+)
> >>
> >> diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> >> index 0faaea1..0bb6cc2 100644
> >> --- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> >> +++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
> >> @@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
> >> FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
> >> FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
> >>
> >> +ALLOW_EMPTY_${PN}= “1"
> >
> > as Martin said
> >
> > RDEPENDS_${PN}-dev = “”
> >
> > should be done.
>
> It also RDEPENDS on libfftw libfftwf and libfftwl.
>
> Is there a way to remove just one entry in the RDEPENDS line? Need to
> think through exactly what is going on.
>
> Philip
>
> >
> >> +
> >> BBCLASSEXTEND = "native"
> >> --
> >> 2.5.5
> >>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >
> >
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

* Re: [meta-oe][PATCH] fftw: Allow an empty package for fftw.
  2016-10-24 15:43     ` Martin Jansa
@ 2016-10-24 16:10       ` Philip Balister
  0 siblings, 0 replies; 7+ messages in thread
From: Philip Balister @ 2016-10-24 16:10 UTC (permalink / raw)
  To: openembedded-devel

On 10/24/2016 11:43 AM, Martin Jansa wrote:
> RDEPENDS_${PN}-dev_remove = “${PN}”

I'll give it a whirl, thanks!

Philip

> 
> doesn't work?
> 
> On Sat, Oct 22, 2016 at 1:05 AM, Philip Balister <philip@balister.org>
> wrote:
> 
>> On 10/21/2016 01:08 PM, Khem Raj wrote:
>>>
>>>> On Oct 21, 2016, at 5:14 AM, Philip Balister <philip@balister.org>
>> wrote:
>>>>
>>>> The fftw-dev package RDEPENDS on the fftw package. Let the recipe
>> create an
>>>> empty one to satisfy this requirement.
>>>>
>>>> Signed-off-by: Philip Balister <philip@balister.org>
>>>> ---
>>>> meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
>>>> 1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>> b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>>>> index 0faaea1..0bb6cc2 100644
>>>> --- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>>>> +++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
>>>> @@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
>>>> FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
>>>> FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
>>>>
>>>> +ALLOW_EMPTY_${PN}= “1"
>>>
>>> as Martin said
>>>
>>> RDEPENDS_${PN}-dev = “”
>>>
>>> should be done.
>>
>> It also RDEPENDS on libfftw libfftwf and libfftwl.
>>
>> Is there a way to remove just one entry in the RDEPENDS line? Need to
>> think through exactly what is going on.
>>
>> Philip
>>
>>>
>>>> +
>>>> BBCLASSEXTEND = "native"
>>>> --
>>>> 2.5.5
>>>>
>>>> --
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel@lists.openembedded.org
>>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>>
>>>
>>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>


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

end of thread, other threads:[~2016-10-24 16:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21 12:14 [meta-oe][PATCH] fftw: Allow an empty package for fftw Philip Balister
2016-10-21 16:41 ` Martin Jansa
2016-10-21 17:08 ` Khem Raj
2016-10-21 23:05   ` Philip Balister
2016-10-21 23:29     ` Khem Raj
2016-10-24 15:43     ` Martin Jansa
2016-10-24 16:10       ` Philip Balister

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.