All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc-locale.inc: avoid duplicate packages
@ 2018-01-23  0:35 Juro Bystricky
  2018-01-23 13:12 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Juro Bystricky @ 2018-01-23  0:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: jurobystricky

PACKAGES_DYNAMIC contained an identical set of packages twice.
I suspect this was a result of global search/replace when moving
recipes from eglibc to glibc long time ago.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
---
 meta/recipes-core/glibc/glibc-locale.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-locale.inc b/meta/recipes-core/glibc/glibc-locale.inc
index 1a629fc..b3cb10b 100644
--- a/meta/recipes-core/glibc/glibc-locale.inc
+++ b/meta/recipes-core/glibc/glibc-locale.inc
@@ -39,7 +39,6 @@ PACKAGES = "localedef ${PN}-dbg"
 
 PACKAGES_DYNAMIC = "^locale-base-.* \
                     ^glibc-gconv-.* ^glibc-charmap-.* ^glibc-localedata-.* ^glibc-binary-localedata-.* \
-                    ^glibc-gconv-.*  ^glibc-charmap-.*  ^glibc-localedata-.*  ^glibc-binary-localedata-.* \
                     ^${MLPREFIX}glibc-gconv$"
 
 # Create a glibc-binaries package
-- 
2.7.4



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

* Re: [PATCH] glibc-locale.inc: avoid duplicate packages
  2018-01-23  0:35 [PATCH] glibc-locale.inc: avoid duplicate packages Juro Bystricky
@ 2018-01-23 13:12 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2018-01-23 13:12 UTC (permalink / raw)
  To: Juro Bystricky; +Cc: jurobystricky, openembedded-core

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

On Mon, Jan 22, 2018 at 6:34 PM Juro Bystricky <juro.bystricky@intel.com>
wrote:

> PACKAGES_DYNAMIC contained an identical set of packages twice.
> I suspect this was a result of global search/replace when moving
> recipes from eglibc to glibc long time ago.


Looks ok to apply

>
>
> Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
> ---
>  meta/recipes-core/glibc/glibc-locale.inc | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-core/glibc/glibc-locale.inc
> b/meta/recipes-core/glibc/glibc-locale.inc
> index 1a629fc..b3cb10b 100644
> --- a/meta/recipes-core/glibc/glibc-locale.inc
> +++ b/meta/recipes-core/glibc/glibc-locale.inc
> @@ -39,7 +39,6 @@ PACKAGES = "localedef ${PN}-dbg"
>
>  PACKAGES_DYNAMIC = "^locale-base-.* \
>                      ^glibc-gconv-.* ^glibc-charmap-.*
> ^glibc-localedata-.* ^glibc-binary-localedata-.* \
> -                    ^glibc-gconv-.*  ^glibc-charmap-.*
> ^glibc-localedata-.*  ^glibc-binary-localedata-.* \
>                      ^${MLPREFIX}glibc-gconv$"
>
>  # Create a glibc-binaries package
> --
> 2.7.4
>
>

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

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

end of thread, other threads:[~2018-01-23 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-23  0:35 [PATCH] glibc-locale.inc: avoid duplicate packages Juro Bystricky
2018-01-23 13:12 ` 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.