All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] glibc: Fix locale DEPENDS
@ 2019-06-27 13:54 Joshua Watt
  2019-06-27 16:19 ` Burton, Ross
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Joshua Watt @ 2019-06-27 13:54 UTC (permalink / raw)
  To: openembedded-core

gettext is required to generate the glibc locales in do_compile. If not
present, glibc will skip the generation which isn't reproducible.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/recipes-core/glibc/glibc_2.29.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc_2.29.bb b/meta/recipes-core/glibc/glibc_2.29.bb
index 073d1533e37..c400ee10b0f 100644
--- a/meta/recipes-core/glibc/glibc_2.29.bb
+++ b/meta/recipes-core/glibc/glibc_2.29.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=cfc0ed77a9f62fa62eded042ebe31d72 \
       file://posix/rxspencer/COPYRIGHT;md5=dc5485bb394a13b2332ec1c785f5d83a \
       file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c"
 
-DEPENDS += "gperf-native bison-native make-native"
+DEPENDS += "gperf-native bison-native make-native gettext-native"
 
 PV = "2.29"
 
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [PATCH] glibc: Fix locale DEPENDS
@ 2019-08-27 12:45 Joshua Watt
  2019-08-28 16:09 ` Richard Purdie
  0 siblings, 1 reply; 12+ messages in thread
From: Joshua Watt @ 2019-08-27 12:45 UTC (permalink / raw)
  To: openembedded-core

gettext is required to generate the glibc locales in do_compile. If not
present, glibc will skip the generation which isn't reproducible.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/recipes-core/glibc/glibc.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index 252fd56c13c..f1a6ae2a245 100644
--- a/meta/recipes-core/glibc/glibc.inc
+++ b/meta/recipes-core/glibc/glibc.inc
@@ -6,7 +6,7 @@ DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc-initial linux-libc-headers"
 
 PROVIDES = "virtual/libc"
 PROVIDES += "virtual/libintl virtual/libiconv"
-inherit autotools texinfo distro_features_check systemd
+inherit autotools texinfo distro_features_check systemd gettext
 
 LEAD_SONAME = "libc.so"
 
-- 
2.21.0



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

end of thread, other threads:[~2019-08-28 16:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-27 13:54 [PATCH] glibc: Fix locale DEPENDS Joshua Watt
2019-06-27 16:19 ` Burton, Ross
2019-06-28 13:58   ` Joshua Watt
2019-06-27 19:47 ` Andre McCurdy
2019-06-27 20:15   ` Joshua Watt
2019-06-28 16:37 ` Khem Raj
2019-07-01 23:13   ` Peter Kjellerstedt
2019-07-02  3:25     ` Khem Raj
2019-08-27 12:50       ` Joshua Watt
2019-08-27 12:45 Joshua Watt
2019-08-28 16:09 ` Richard Purdie
2019-08-28 16:27   ` Joshua Watt

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.