All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pkgconf: Remove pointless DEFAULT_PREFERENCE
@ 2020-02-10 16:02 Richard Purdie
  2020-02-11  1:08 ` Peter Kjellerstedt
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2020-02-10 16:02 UTC (permalink / raw)
  To: openembedded-core

There is no other version of pkgconfig to have a preference against,
remove the unneeded variable.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
index 94bc112b9fd..732ca2a0348 100644
--- a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
+++ b/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
@@ -8,7 +8,6 @@ BUGTRACKER = "https://github.com/pkgconf/pkgconf/issues"
 SECTION = "devel"
 PROVIDES += "pkgconfig"
 RPROVIDES_${PN} += "pkgconfig"
-DEFAULT_PREFERENCE = "-1"
 
 # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or
 # ISC, but has different wording, so needs its own name.
-- 
2.20.1



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

* Re: [PATCH] pkgconf: Remove pointless DEFAULT_PREFERENCE
  2020-02-10 16:02 [PATCH] pkgconf: Remove pointless DEFAULT_PREFERENCE Richard Purdie
@ 2020-02-11  1:08 ` Peter Kjellerstedt
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Kjellerstedt @ 2020-02-11  1:08 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core

> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org <openembedded-core-
> bounces@lists.openembedded.org> On Behalf Of Richard Purdie
> Sent: den 10 februari 2020 17:02
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH] pkgconf: Remove pointless DEFAULT_PREFERENCE
> 
> There is no other version of pkgconfig to have a preference against,
> remove the unneeded variable.

The variable may be pointless, but I guess the intent was to make it 
clear that the original pkgconfig recipe (which still exists) is to be 
preferred?

> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
> index 94bc112b9fd..732ca2a0348 100644
> --- a/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
> +++ b/meta/recipes-devtools/pkgconf/pkgconf_1.6.3.bb
> @@ -8,7 +8,6 @@ BUGTRACKER = "https://github.com/pkgconf/pkgconf/issues"
>  SECTION = "devel"
>  PROVIDES += "pkgconfig"
>  RPROVIDES_${PN} += "pkgconfig"
> -DEFAULT_PREFERENCE = "-1"
> 
>  # The pkgconf license seems to be functionally equivalent to BSD-2-Clause or
>  # ISC, but has different wording, so needs its own name.
> --
> 2.20.1

//Peter



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

end of thread, other threads:[~2020-02-11  1:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-10 16:02 [PATCH] pkgconf: Remove pointless DEFAULT_PREFERENCE Richard Purdie
2020-02-11  1:08 ` Peter Kjellerstedt

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.