All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Re-sync and update siteinfo, round 2
@ 2011-07-27 22:56 Tom Rini
  2011-07-27 22:56 ` [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files Tom Rini
                   ` (9 more replies)
  0 siblings, 10 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

Hey all,

Here's my last series before I try the "clean slate" approach to updating
the siteinfo files.  In a few cases there's some behavior change and
that's a good thing.  In short, for sudo we set a variable to the default
if not set, so stop doing that.  For tcl, we had correctly figured out
an optional variable in one case, and now we re-use it everywhere.  We
drop out totally monotone (not in oe-core nor meta-oe nor oe.dev),
rp-pppoe (meta-oe, correctly) and enca (not needed when oe.dev is moved
over, not in oe-core nor meta-oe).  Finally there's a few sets of $libc
variables being moved to the common-$libc files.  Of slight note here
is that va_copy doing a value copy (va_val_copy) is arch dependent and
we were getting this wrong in some cases on x86_64.  Given that it's
assumed to be true when not set from what I can see, it's possible we're
going from implicit breakage to explicit breakage here in some of the less
common arches, but that's better (IMHO) that the alternative.

I've build-tested world on qemux86/qemux86-64 and core-image-sato on
qemuppc/qemumips for eglibc and some smaller subsets (in checking the
"is it really?" in making uclibc changes) for uclibc over the past few
weeks.  I've got a world build going now for qemux86-64 and will kick off
qemux86 next but I don't expect any failures nor believe waiting on these
to complete should be gating.

The following changes since commit 1fe892ab6876c405599c79657221a8b4675b6ecf:
  Matthew McClintock (1):
        Update TERMCMD message to align with previous change

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib trini/update-siteinfo-round-2-v1
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-siteinfo-round-2-v1

Tom Rini (9):
  sudo: Drop sudo_cv_uid_t_len from site files
  tcl: Add tcl_cv_api_serial to siteinfo
  Various site files: Drop monotone
  Various siteinfo files: Consolidate ac_cv_func_getaddrinfo
  Various siteinfo files: Drop enca section
  Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy
  site/common-linux: Add ac_cv_file__dev_zero=yes
  siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to
    uclibc
  Various siteinfo: Drop rp-pppoe variables

 meta/recipes-devtools/tcltk/tcl_8.5.9.bb |    2 +-
 meta/site/arm-common                     |   25 +----------------------
 meta/site/arm-linux                      |    9 --------
 meta/site/common-glibc                   |   12 ++++++++--
 meta/site/common-linux                   |    3 ++
 meta/site/common-uclibc                  |   15 ++++++++++++++
 meta/site/ix86-common                    |   31 ++---------------------------
 meta/site/mips-common                    |   18 ++++++++++++----
 meta/site/mips-linux                     |   25 +-----------------------
 meta/site/mips-linux-uclibc              |   24 +----------------------
 meta/site/mipsel-linux                   |   26 +-----------------------
 meta/site/mipsel-linux-uclibc            |   12 +----------
 meta/site/powerpc-linux                  |   13 ++++++++---
 meta/site/powerpc32-linux                |   17 ----------------
 meta/site/sh-common                      |   24 +---------------------
 meta/site/x86_64-linux                   |   14 ++++++------
 meta/site/x86_64-linux-uclibc            |   12 +++++++---
 17 files changed, 77 insertions(+), 205 deletions(-)




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

* [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-07-30 17:25   ` Khem Raj
  2011-07-27 22:56 ` [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo Tom Rini
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

We were just setting this to the assumed default.  If anything, this
belongs in the libc files if we must set it.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/arm-common        |    3 ---
 meta/site/ix86-common       |    3 ---
 meta/site/mips-linux        |    3 ---
 meta/site/mips-linux-uclibc |    3 ---
 meta/site/mipsel-linux      |    5 +----
 meta/site/powerpc32-linux   |    3 ---
 meta/site/sh-common         |    3 ---
 meta/site/x86_64-linux      |    1 -
 8 files changed, 1 insertions(+), 23 deletions(-)

diff --git a/meta/site/arm-common b/meta/site/arm-common
index 04d1164..2129298 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -191,9 +191,6 @@ ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
 # startup-notification
 lf_cv_sane_realloc=yes
 
-# sudo
-sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
-
 # xffm
 jm_cv_func_working_readdir=yes
 
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 7a7e253..122eb14 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -211,9 +211,6 @@ ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
 # startup-notification
 lf_cv_sane_realloc=yes
 
-# sudo
-sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
-
 # xffm
 jm_cv_func_working_readdir=yes
 
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index 807e552..212c3ad 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -76,9 +76,6 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
 # vim
 ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
 
-# sudo
-sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
-
 # intercom
 ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
 
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index 807e552..212c3ad 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -76,9 +76,6 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
 # vim
 ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
 
-# sudo
-sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
-
 # intercom
 ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
 
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index c59d85f..a9032ac 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -77,10 +77,7 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
 # vim
 ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
 
-# sudo
-sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
-
-#intercom
+# intercom
 ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
 
 #lmbench
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 46b64eb..8a10111 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -280,9 +280,6 @@ ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
 mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
 mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
 
-# sudo
-sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
-
 # dpkg
 dpkg_cv_va_copy=${ac_cv_va_copy=yes}
 dpkg_cv___va_copy=${ac_cv___va_copy=yes}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 26a612a..63abe57 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -231,9 +231,6 @@ rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
 rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
 rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
 
-# sudo
-sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
-
 # ipsec-tools
 ac_cv_va_copy=${ac_cv_va_copy=no}
 ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index 968dedc..91965b9 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -92,7 +92,6 @@ ac_cv_alignof_CORBA_short=2
 ac_cv_alignof_CORBA_struct=1
 ac_cv_alignof_CORBA_wchar=2
 
-sudo_cv_uid_t=${sudo_cv_uid_t_len=10}
 lf_cv_sane_realloc=yes
 as_cv_unaligned_access=${as_cv_unaligned_access=yes}
 
-- 
1.7.0.4




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

* [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
  2011-07-27 22:56 ` [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-07-30 17:33   ` Khem Raj
  2011-07-27 22:56 ` [PATCH 3/9] Various site files: Drop monotone Tom Rini
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

This comes from oe.dev which had this set for arm-linux only.  Bump PR
since this changes how builds happen.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/recipes-devtools/tcltk/tcl_8.5.9.bb |    2 +-
 meta/site/common-glibc                   |    2 ++
 meta/site/common-uclibc                  |    3 +++
 3 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.9.bb b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
index 12e2bd0..7dcaeb3 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://../license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11
     file://../win/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \
     "
 
-PR = "r0"
+PR = "r1"
 
 BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \
                 file://tcl-add-soname.patch"
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 8cfa695..baca5f8 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -69,3 +69,5 @@ gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
 gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
 gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
 
+# TCL
+tcl_cv_api_serial=${tcl_cv_api_serial=termios}
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index 093f60e..002a559 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -26,3 +26,6 @@ ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
 # bash
 bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
 bash_cv_sys_siglist=${bash_cv_sys_siglist=no}
+
+# TCL
+tcl_cv_api_serial=${tcl_cv_api_serial=termios}
-- 
1.7.0.4




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

* [PATCH 3/9] Various site files: Drop monotone
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
  2011-07-27 22:56 ` [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files Tom Rini
  2011-07-27 22:56 ` [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-08-04 13:52   ` Richard Purdie
  2011-07-27 22:56 ` [PATCH 4/9] Various siteinfo files: Consolidate ac_cv_func_getaddrinfo Tom Rini
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/arm-common        |    3 ---
 meta/site/arm-linux         |    3 ---
 meta/site/common-glibc      |    3 ---
 meta/site/ix86-common       |    3 ---
 meta/site/mips-linux        |    5 -----
 meta/site/mips-linux-uclibc |    5 -----
 meta/site/mipsel-linux      |    5 -----
 meta/site/powerpc32-linux   |    4 ----
 meta/site/sh-common         |    3 ---
 9 files changed, 0 insertions(+), 34 deletions(-)

diff --git a/meta/site/arm-common b/meta/site/arm-common
index 2129298..7317a13 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -116,9 +116,6 @@ with_broken_putenv=${with_broken_putenv=no}
 # links
 ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
 
-# mono
-cv_mono_sizeof_sunpath=108
-
 # mysql
 mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
 mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index 22b455a..87b45eb 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -154,9 +154,6 @@ ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
 # lftp
 ac_cv_file___dev_ptc_=yes
 
-#mono
-mono_cv_uscore=${mono_cv_uscore=no}
-
 # guile
 ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
 
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index baca5f8..258f9ad 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -38,9 +38,6 @@ ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
 # gnucash
 am_cv_scanf_lld=${am_cv_scanf_lld=yes}
 
-# mono
-mono_cv_uscore=${mono_cv_uscore=no}
-
 # guile
 ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
 
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 122eb14..141ef3a 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -137,9 +137,6 @@ ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
 # libxfce4util
 with_broken_putenv=${with_broken_putenv=no}
 
-# mono
-cv_mono_sizeof_sunpath=108
-
 # mysql
 mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=yes}
 mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=yes}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index 212c3ad..b99633b 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -85,11 +85,6 @@ ac_cv_uint=${ac_cv_unit=yes}
 # D-BUS
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
 
-# mono
-cv_mono_sizeof_sunpath=108
-mono_cv_sizeof_sunpath=108
-mono_cv_uscore=${mono_cv_uscore=no}
-
 # popt
 ac_cv_va_copy=${ac_cv_va_copy=yes}
 ac_cv___va_copy=${ac_cv___va_copy=yes}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index 212c3ad..b99633b 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -85,11 +85,6 @@ ac_cv_uint=${ac_cv_unit=yes}
 # D-BUS
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
 
-# mono
-cv_mono_sizeof_sunpath=108
-mono_cv_sizeof_sunpath=108
-mono_cv_uscore=${mono_cv_uscore=no}
-
 # popt
 ac_cv_va_copy=${ac_cv_va_copy=yes}
 ac_cv___va_copy=${ac_cv___va_copy=yes}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index a9032ac..3347914 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -85,11 +85,6 @@ ac_cv_uint=${ac_cv_unit=yes}
 
 # D-BUS
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
-
-#mono
-cv_mono_sizeof_sunpath=108
-mono_cv_uscore=${mono_cv_uscore=no}
-
 # popt
 ac_cv_va_copy=${ac_cv_va_copy=yes}
 ac_cv___va_copy=${ac_cv___va_copy=yes}
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 8a10111..c0e3804 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -272,10 +272,6 @@ samba_cv_have_longlong=${samba_cv_have_longlong=yes}
 samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
 samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
 
-#monotone
-ac_cv_sync_with_stdio=${ac_cv_sync_with_stdio=yes} 
-ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
-
 # mysql
 mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
 mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 63abe57..bbf98a5 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -201,9 +201,6 @@ cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
 ac_cv_c_long_double=${ac_cv_c_long_double=yes}
 bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
 
-# mono
-cv_mono_sizeof_sunpath=108
-
 # mysql
 mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
 mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
-- 
1.7.0.4




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

* [PATCH 4/9] Various siteinfo files: Consolidate ac_cv_func_getaddrinfo
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
                   ` (2 preceding siblings ...)
  2011-07-27 22:56 ` [PATCH 3/9] Various site files: Drop monotone Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-07-27 22:56 ` [PATCH 5/9] Various siteinfo files: Drop enca section Tom Rini
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

This is a libc feature, move there.  Drop the ipsec-tools specific
test as ipsec-tools (a) assumes fine on cross-compile and (b) doesn't
support buggy getaddrinfo now.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/arm-common          |    2 --
 meta/site/common-glibc        |    1 +
 meta/site/common-uclibc       |    1 +
 meta/site/ix86-common         |    2 --
 meta/site/mips-linux          |    1 -
 meta/site/mips-linux-uclibc   |    1 -
 meta/site/mipsel-linux        |    1 -
 meta/site/mipsel-linux-uclibc |    1 -
 meta/site/powerpc32-linux     |    1 -
 meta/site/sh-common           |    2 --
 meta/site/x86_64-linux-uclibc |    1 -
 11 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/meta/site/arm-common b/meta/site/arm-common
index 7317a13..65ebd06 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -87,7 +87,6 @@ ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
 ac_cv_va_copy=${ac_cv_va_copy=yes}
 ac_cv___va_copy=${ac_cv___va_copy=yes}
 ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
-racoon_cv_bug_getaddrinfo=${racoon_cv_bug_getaddrinfo=no}
 
 # jikes
 ac_cv_sizeof_wchar_t=4
@@ -137,7 +136,6 @@ ac_cv_alignof_CORBA_pointer=4
 ac_cv_alignof_CORBA_short=2
 ac_cv_alignof_CORBA_struct=1
 ac_cv_alignof_CORBA_wchar=2
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # php
 ac_cv_pread=${ac_cv_pread=no}
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 258f9ad..8cb8b8e 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -13,6 +13,7 @@ ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
 ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
 ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
 ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
+ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # bash
 bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index 002a559..d8a66a6 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -11,6 +11,7 @@ ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
 ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
 ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
 ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
+ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # glib
 glib_cv_strlcpy=${glib_cv_strlcpy=no}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 141ef3a..c663466 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -117,7 +117,6 @@ ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
 ac_cv_va_copy=${ac_cv_va_copy=no}
 ac_cv___va_copy=${ac_cv___va_copy=yes}
 ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
-racoon_cv_bug_getaddrinfo=${racoon_cv_bug_getaddrinfo=no}
 
 # jikes-native
 ac_cv_sizeof_wchar_t=4
@@ -154,7 +153,6 @@ ac_cv_alignof_CORBA_pointer=4
 ac_cv_alignof_CORBA_short=2
 ac_cv_alignof_CORBA_struct=4
 ac_cv_alignof_CORBA_wchar=2
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # php
 ac_cv_pread=${ac_cv_pread=no}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index b99633b..e90b983 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -36,7 +36,6 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
 
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # slrn
 slrn_cv___va_copy=${slrn_cv___va_copy=yes}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index b99633b..e90b983 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -36,7 +36,6 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
 
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # slrn
 slrn_cv___va_copy=${slrn_cv___va_copy=yes}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index 3347914..7292f6f 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -37,7 +37,6 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
 
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # slrn
 slrn_cv___va_copy=${slrn_cv___va_copy=yes}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index 3c8f41e..ed426a9 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -31,7 +31,6 @@ glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
 
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # slrn
 slrn_cv___va_copy=${slrn_cv___va_copy=yes}
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index c0e3804..60dad35 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -180,7 +180,6 @@ ac_cv_alignof_CORBA_pointer=4
 ac_cv_alignof_CORBA_short=2
 ac_cv_alignof_CORBA_struct=4
 ac_cv_alignof_CORBA_wchar=2
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # cvs
 cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index bbf98a5..6d57a08 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -192,7 +192,6 @@ ac_cv_alignof_CORBA_pointer=4
 ac_cv_alignof_CORBA_short=2
 ac_cv_alignof_CORBA_struct=4
 ac_cv_alignof_CORBA_wchar=2
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # cvs
 cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
@@ -232,7 +231,6 @@ rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
 ac_cv_va_copy=${ac_cv_va_copy=no}
 ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
 ac_cv___va_copy=${ac_cv___va_copy=yes}
-racoon_cv_bug_getaddrinfo=${racoon_cv_bug_getaddrinfo=no}
 
 # libxfce4util
 with_broken_putenv=${with_broken_putenv=no}
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc
index 4699240..6eb5285 100644
--- a/meta/site/x86_64-linux-uclibc
+++ b/meta/site/x86_64-linux-uclibc
@@ -78,7 +78,6 @@ ac_cv_alignof_CORBA_pointer=8
 ac_cv_alignof_CORBA_short=2
 ac_cv_alignof_CORBA_struct=1
 ac_cv_alignof_CORBA_wchar=2
-ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
 
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
-- 
1.7.0.4




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

* [PATCH 5/9] Various siteinfo files: Drop enca section
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
                   ` (3 preceding siblings ...)
  2011-07-27 22:56 ` [PATCH 4/9] Various siteinfo files: Consolidate ac_cv_func_getaddrinfo Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-07-27 22:56 ` [PATCH 6/9] Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy Tom Rini
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

As part of re-syncing with oe.dev, these tests aren't needed with the
oe.dev recipe of enca now.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/arm-linux   |    3 ---
 meta/site/ix86-common |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index 87b45eb..2f4974b 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -139,9 +139,6 @@ samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
 samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
 samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
 
-# enca
-yeti_cv_func_scanf_modif_size_t=yes
-
 # clamav
 clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
 clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index c663466..f89835d 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -74,9 +74,6 @@ ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
 dpkg_cv_va_copy=${ac_cv_va_copy=no}
 dpkg_cv___va_copy=${ac_cv___va_copy=yes}
 
-# enca
-yeti_cv_func_scanf_modif_size_t=yes
-
 # ettercap
 ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
 
-- 
1.7.0.4




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

* [PATCH 6/9] Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
                   ` (4 preceding siblings ...)
  2011-07-27 22:56 ` [PATCH 5/9] Various siteinfo files: Drop enca section Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-07-27 22:56 ` [PATCH 7/9] site/common-linux: Add ac_cv_file__dev_zero=yes Tom Rini
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

Providing va_copy / __va_copy come down to the libc.  va_val_copy
comes down to the architecture.  Unfortunately it's assumed true
if not set, so we need to make sure to set this to false for
x86_64 where it is not true.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/arm-common          |   17 ++---------------
 meta/site/common-glibc        |    6 ++++++
 meta/site/common-uclibc       |    6 ++++++
 meta/site/ix86-common         |   17 +++--------------
 meta/site/mips-common         |   18 +++++++++++++-----
 meta/site/mips-linux          |   12 +-----------
 meta/site/mips-linux-uclibc   |   12 +-----------
 meta/site/mipsel-linux        |   12 +-----------
 meta/site/mipsel-linux-uclibc |    8 +-------
 meta/site/powerpc-linux       |   12 +++++++++---
 meta/site/powerpc32-linux     |    9 ---------
 meta/site/sh-common           |   13 ++-----------
 meta/site/x86_64-linux        |   13 +++++++------
 meta/site/x86_64-linux-uclibc |   11 ++++++++---
 14 files changed, 60 insertions(+), 106 deletions(-)

diff --git a/meta/site/arm-common b/meta/site/arm-common
index 65ebd06..d5a55b6 100644
--- a/meta/site/arm-common
+++ b/meta/site/arm-common
@@ -1,3 +1,5 @@
+# general
+ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
 ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
 ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
 ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
@@ -60,9 +62,7 @@ glib_cv_hasinline=${glib_cv_hasinline=yes}
 glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
 glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
-glib_cv___va_copy=${glib_cv___va_copy=yes}
 glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
 glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
 glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
@@ -83,19 +83,12 @@ as_cv_unaligned_access=${as_cv_unaligned_access=no}
 # httppc
 ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
 
-# ipsec-tools
-ac_cv_va_copy=${ac_cv_va_copy=yes}
-ac_cv___va_copy=${ac_cv___va_copy=yes}
-ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
-
 # jikes
 ac_cv_sizeof_wchar_t=4
 
 # lftp
 ac_cv_need_trio=${ac_cv_need_trio=no}
-lftp_cv_va_copy=${lftp_cv_va_copy=yes}
 lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
-lftp_cv___va_copy=${lftp_cv___va_copy=yes}
 
 # libesmtp
 acx_working_snprintf=${acx_working_snprintf=yes}
@@ -168,8 +161,6 @@ screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
 screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
 
 # slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=yes}
 slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
 
 # socat
@@ -189,9 +180,5 @@ lf_cv_sane_realloc=yes
 # xffm
 jm_cv_func_working_readdir=yes
 
-# dpkg
-dpkg_cv_va_copy=${ac_cv_va_copy=yes}
-dpkg_cv___va_copy=${ac_cv___va_copy=yes}
-
 # eds-dbus
 ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 8cb8b8e..d2e70ed 100644
--- a/meta/site/common-glibc
+++ b/meta/site/common-glibc
@@ -67,5 +67,11 @@ gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
 gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
 gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
 
+# va_copy and _va_copy
+ac_cv_va_copy=${ac_cv_va_copy=yes}
+ac_cv___va_copy=${ac_cv___va_copy=yes}
+ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
+ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
+
 # TCL
 tcl_cv_api_serial=${tcl_cv_api_serial=termios}
diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index d8a66a6..b4a313e 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -28,5 +28,11 @@ ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
 bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
 bash_cv_sys_siglist=${bash_cv_sys_siglist=no}
 
+# va_copy and _va_copy
+ac_cv_va_copy=${ac_cv_va_copy=yes}
+ac_cv___va_copy=${ac_cv___va_copy=yes}
+ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
+ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
+
 # TCL
 tcl_cv_api_serial=${tcl_cv_api_serial=termios}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index f89835d..0aa54c7 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -1,3 +1,4 @@
+# general
 ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
 ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_int=1}
 ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}
@@ -27,6 +28,7 @@ ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
 ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
 ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
 ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
+ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
 
 ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
 ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
@@ -71,9 +73,6 @@ db_cv_sprintf_count=${db_cv_sprintf_count=yes}
 # D-BUS
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
 
-dpkg_cv_va_copy=${ac_cv_va_copy=no}
-dpkg_cv___va_copy=${ac_cv___va_copy=yes}
-
 # ettercap
 ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
 
@@ -91,8 +90,6 @@ glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_po
 glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
 glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv___va_copy=${glib_cv___va_copy=yes}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
 glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=yes}
 
@@ -110,18 +107,12 @@ ac_cv_ushort=${ac_cv_ushort=yes}
 # intercom
 ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
 
-# ipsec-tools
-ac_cv_va_copy=${ac_cv_va_copy=no}
-ac_cv___va_copy=${ac_cv___va_copy=yes}
-ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
-
 # jikes-native
 ac_cv_sizeof_wchar_t=4
 
 # lftp
 ac_cv_need_trio=${ac_cv_need_trio=no}
-lftp_cv_va_copy=${lftp_cv_va_copy=no}
-lftp_cv___va_copy=${lftp_cv___va_copy=yes}
+lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
 
 # libidl
 libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
@@ -188,8 +179,6 @@ screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
 screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
 
 # slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=no}
 slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
 
 # ssh
diff --git a/meta/site/mips-common b/meta/site/mips-common
index e7eb3af..df8da05 100644
--- a/meta/site/mips-common
+++ b/meta/site/mips-common
@@ -1,3 +1,6 @@
+# general
+ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
+
 # cvs
 cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
 
@@ -26,9 +29,14 @@ ac_cv_alignof_CORBA_long_double=8
 ac_cv_alignof_CORBA_pointer=4
 ac_cv_alignof_CORBA_struct=1
 
-# dpkg
-dpkg_cv_va_copy=${ac_cv_va_copy=yes}
-dpkg_cv___va_copy=${ac_cv___va_copy=yes}
-
-# apr
+# apache
+ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
+apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
+ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
 apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
+
+# glib
+glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
+
+# slrn
+slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index e90b983..b1f8be2 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -1,3 +1,4 @@
+# general
 ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
 
 # bash
@@ -26,8 +27,6 @@ glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
 glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
-glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
 
 # glib-2.0
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
@@ -37,11 +36,6 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
 
-# slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=yes}
-slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
 
@@ -84,10 +78,6 @@ ac_cv_uint=${ac_cv_unit=yes}
 # D-BUS
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
 
-# popt
-ac_cv_va_copy=${ac_cv_va_copy=yes}
-ac_cv___va_copy=${ac_cv___va_copy=yes}
-
 # eds-dbus
 ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
 
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index e90b983..b1f8be2 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -1,3 +1,4 @@
+# general
 ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
 
 # bash
@@ -26,8 +27,6 @@ glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
 glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
-glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
 
 # glib-2.0
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
@@ -37,11 +36,6 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
 
-# slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=yes}
-slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
 
@@ -84,10 +78,6 @@ ac_cv_uint=${ac_cv_unit=yes}
 # D-BUS
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
 
-# popt
-ac_cv_va_copy=${ac_cv_va_copy=yes}
-ac_cv___va_copy=${ac_cv___va_copy=yes}
-
 # eds-dbus
 ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
 
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index 7292f6f..3c70af0 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -1,4 +1,4 @@
-
+# general
 ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
 
 # bash
@@ -27,8 +27,6 @@ glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
 glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
-glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
 
 # glib-2.0
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
@@ -38,11 +36,6 @@ glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
 
-# slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=yes}
-slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
 
@@ -84,9 +77,6 @@ ac_cv_uint=${ac_cv_unit=yes}
 
 # D-BUS
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
-# popt
-ac_cv_va_copy=${ac_cv_va_copy=yes}
-ac_cv___va_copy=${ac_cv___va_copy=yes}
 
 # eds-dbus
 ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index ed426a9..cdf4757 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -1,3 +1,4 @@
+# general
 ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}
 
 # bash
@@ -26,17 +27,10 @@ glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
 glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
-glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
 
 # libpcap
 ac_cv_linux_vers=${ac_cv_linux_vers=2}
 
-# slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=yes}
-slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
-
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
 
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index 74eb0a7..ac681b2 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -1,11 +1,17 @@
+# general
+ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
+
 # startup-notification
 lf_cv_sane_realloc=yes
 
 # glib
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
 glib_cv_uscore=${glib_cv_uscore=no}
+glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
 ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
 
-# popt/rpm
-ac_cv_va_copy=${ac_cv_va_copy=yes}
-ac_cv___va_copy=${ac_cv___va_copy=yes}
+# lftp
+lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
+
+# slrn
+slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 60dad35..4550df3 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -114,9 +114,7 @@ glib_cv_has__inline__=${glib_cv_has__inline__=yes}
 glib_cv_hasinline=${glib_cv_hasinline=yes}
 glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
 glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
-glib_cv_va_copy=${glib_cv_va_copy=no}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
-glib_cv___va_copy=${glib_cv___va_copy=yes}
 glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
 glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
 glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
@@ -147,9 +145,7 @@ ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
 
 # lftp
 ac_cv_need_trio=${ac_cv_need_trio=no}
-lftp_cv_va_copy=${lftp_cv_va_copy=no}
 lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
-lftp_cv___va_copy=${lftp_cv___va_copy=yes}
 
 # edb
 db_cv_spinlocks=${db_cv_spinlocks=no}
@@ -160,8 +156,6 @@ compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
 compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
 
 # slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=no}
 slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
 
 # libidl
@@ -275,9 +269,6 @@ samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
 mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
 mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
 
-# dpkg
-dpkg_cv_va_copy=${ac_cv_va_copy=yes}
-dpkg_cv___va_copy=${ac_cv___va_copy=yes}
 
 # libc
 libc_cv_ppc_machine=${libc_cv_ppc_machine=yes}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index 6d57a08..d2db0c6 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -1,3 +1,5 @@
+# general
+ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
 ac_cv_func_setvbuf_reversed=no
 ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
 ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
@@ -120,9 +122,7 @@ glib_cv_hasinline=${glib_cv_hasinline=yes}
 glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
 glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv_va_copy=${glib_cv_va_copy=no}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
-glib_cv___va_copy=${glib_cv___va_copy=yes}
 glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
 glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
 glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
@@ -156,9 +156,7 @@ ac_cv_sizeof_wchar_t=4
 
 # lftp
 ac_cv_need_trio=${ac_cv_need_trio=no}
-lftp_cv_va_copy=${lftp_cv_va_copy=no}
 lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
-lftp_cv___va_copy=${lftp_cv___va_copy=yes}
 
 # edb
 db_cv_spinlocks=${db_cv_spinlocks=no}
@@ -169,8 +167,6 @@ compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
 compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
 
 # slrn
-slrn_cv___va_copy=${slrn_cv___va_copy=yes}
-slrn_cv_va_copy=${slrn_cv_va_copy=no}
 slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
 
 # startup-notification
@@ -227,11 +223,6 @@ rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
 rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
 rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
 
-# ipsec-tools
-ac_cv_va_copy=${ac_cv_va_copy=no}
-ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
-ac_cv___va_copy=${ac_cv___va_copy=yes}
-
 # libxfce4util
 with_broken_putenv=${with_broken_putenv=no}
 
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
index 91965b9..f3a6ea1 100644
--- a/meta/site/x86_64-linux
+++ b/meta/site/x86_64-linux
@@ -1,3 +1,5 @@
+# general
+ac_cv_va_val_copy=${ac_cv_va_val_copy=no}
 ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
 ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
@@ -49,10 +51,8 @@ glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_po
 glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
 glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv___va_copy=${glib_cv___va_copy=yes}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=no}
-lftp_cv_va_copy=${lftp_cv_va_copy=yes}
+
 nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
 samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
 screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
@@ -103,7 +103,8 @@ nfsd_cv_bsd_signals=${nfsd_cv_bsd_signals=yes}
 #apr
 apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
 
-# rpm
-rpm_ac_cv_va_copy=${ac_cv_va_copy=yes}
-rpm_ac_cv___va_copy=${ac_cv___va_copy=yes}
+# lftp
+lftp_cv_va_val_copy=${lftp_cv_va_val_copy=no}
 
+# slrn
+slrn_cv_va_val_copy=${slrn_cv_va_val_copy=no}
diff --git a/meta/site/x86_64-linux-uclibc b/meta/site/x86_64-linux-uclibc
index 6eb5285..bad2ed9 100644
--- a/meta/site/x86_64-linux-uclibc
+++ b/meta/site/x86_64-linux-uclibc
@@ -1,3 +1,5 @@
+# general
+ac_cv_va_val_copy=${ac_cv_va_val_copy=no}
 ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
 ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
 ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
@@ -39,10 +41,7 @@ glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_po
 glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
 glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
 glib_cv_uscore=${glib_cv_uscore=no}
-glib_cv___va_copy=${glib_cv___va_copy=yes}
-glib_cv_va_copy=${glib_cv_va_copy=yes}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=no}
-lftp_cv_va_copy=${lftp_cv_va_copy=yes}
 nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
 samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
 screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
@@ -81,3 +80,9 @@ ac_cv_alignof_CORBA_wchar=2
 
 # startup-notification
 lf_cv_sane_realloc=${lf_cv_sane_realloc=yes}
+
+# lftp
+lftp_cv_va_val_copy=${lftp_cv_va_val_copy=no}
+
+# slrn
+slrn_cv_va_val_copy=${slrn_cv_va_val_copy=no}
-- 
1.7.0.4




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

* [PATCH 7/9] site/common-linux: Add ac_cv_file__dev_zero=yes
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
                   ` (5 preceding siblings ...)
  2011-07-27 22:56 ` [PATCH 6/9] Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-07-27 22:56 ` [PATCH 8/9] siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc Tom Rini
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/common-linux |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/site/common-linux b/meta/site/common-linux
index 14d671b..e75864d 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -1,3 +1,6 @@
+# apr
+ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
+
 # samba
 samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
 samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
-- 
1.7.0.4




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

* [PATCH 8/9] siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
                   ` (6 preceding siblings ...)
  2011-07-27 22:56 ` [PATCH 7/9] site/common-linux: Add ac_cv_file__dev_zero=yes Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-07-27 22:56 ` [PATCH 9/9] Various siteinfo: Drop rp-pppoe variables Tom Rini
  2011-08-04 14:57 ` [PATCH 0/9] Re-sync and update siteinfo, round 2 Saul Wold
  9 siblings, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

This comes from oe.dev and while at this, drop from powerpc-linux as the
common-libc files set them.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/common-uclibc |    5 +++++
 meta/site/powerpc-linux |    1 -
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
index b4a313e..b77eec6 100644
--- a/meta/site/common-uclibc
+++ b/meta/site/common-uclibc
@@ -34,5 +34,10 @@ ac_cv___va_copy=${ac_cv___va_copy=yes}
 ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
 ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
 
+# posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r
+ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
+ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
+
 # TCL
 tcl_cv_api_serial=${tcl_cv_api_serial=termios}
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index ac681b2..a9f89cb 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -8,7 +8,6 @@ lf_cv_sane_realloc=yes
 glib_cv_stack_grows=${glib_cv_stack_grows=no}
 glib_cv_uscore=${glib_cv_uscore=no}
 glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
-ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
 
 # lftp
 lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
-- 
1.7.0.4




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

* [PATCH 9/9] Various siteinfo: Drop rp-pppoe variables
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
                   ` (7 preceding siblings ...)
  2011-07-27 22:56 ` [PATCH 8/9] siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc Tom Rini
@ 2011-07-27 22:56 ` Tom Rini
  2011-08-04 14:57 ` [PATCH 0/9] Re-sync and update siteinfo, round 2 Saul Wold
  9 siblings, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-27 22:56 UTC (permalink / raw)
  To: openembedded-core

These variables were wrong on big-endian machines and this recipe is now
handled in meta-oe (along with the siteinfo files).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
---
 meta/site/arm-linux           |    3 ---
 meta/site/ix86-common         |    3 ---
 meta/site/mips-linux          |    4 ----
 meta/site/mips-linux-uclibc   |    3 ---
 meta/site/mipsel-linux        |    3 ---
 meta/site/mipsel-linux-uclibc |    3 ---
 meta/site/sh-common           |    3 ---
 7 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/meta/site/arm-linux b/meta/site/arm-linux
index 2f4974b..14b1889 100644
--- a/meta/site/arm-linux
+++ b/meta/site/arm-linux
@@ -158,6 +158,3 @@ ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
 ac_cv_member_struct_sockaddr_sa_len=${ac_cv_member_struct_sockaddr_sa_len=no}
 ac_cv_gnet_have_abstract_sockets=${ac_cv_gnet_have_abstract_sockets=no}
 gnet_sockaddr_family_field_name=${gnet_sockaddr_family_field_name=ss_family}
-
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 0aa54c7..512c9a0 100644
--- a/meta/site/ix86-common
+++ b/meta/site/ix86-common
@@ -147,9 +147,6 @@ ac_cv_pread=${ac_cv_pread=no}
 ac_cv_pwrite=${ac_cv_pwrite=no}
 php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
 
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
 # rsync
 rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
 rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}
diff --git a/meta/site/mips-linux b/meta/site/mips-linux
index b1f8be2..876d997 100644
--- a/meta/site/mips-linux
+++ b/meta/site/mips-linux
@@ -45,10 +45,6 @@ libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
 # ncftp
 wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
-wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
-
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
 
 # db
 db_cv_align_t=${db_cv_align_t='unsigned long long'}
diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
index b1f8be2..73167bb 100644
--- a/meta/site/mips-linux-uclibc
+++ b/meta/site/mips-linux-uclibc
@@ -47,9 +47,6 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
 wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
 
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
 # db
 db_cv_align_t=${db_cv_align_t='unsigned long long'}
 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
index 3c70af0..15eded8 100644
--- a/meta/site/mipsel-linux
+++ b/meta/site/mipsel-linux
@@ -47,9 +47,6 @@ wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long}
 wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long}
 wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes}
 
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
 # db
 db_cv_align_t=${db_cv_align_t='unsigned long long'}
 db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
diff --git a/meta/site/mipsel-linux-uclibc b/meta/site/mipsel-linux-uclibc
index cdf4757..f921cda 100644
--- a/meta/site/mipsel-linux-uclibc
+++ b/meta/site/mipsel-linux-uclibc
@@ -98,6 +98,3 @@ samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_4A.c}
 # This cached value needs a local patch to pick it up, upstream 3.0.14a
 # doesn't cache it.
 samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
-
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
diff --git a/meta/site/sh-common b/meta/site/sh-common
index d2db0c6..c386266 100644
--- a/meta/site/sh-common
+++ b/meta/site/sh-common
@@ -200,9 +200,6 @@ bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
 mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
 mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
 
-# rp-pppoe
-rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
-
 # gettext
 am_cv_func_working_getline=${am_cv_func_working_getline=yes}
 
-- 
1.7.0.4




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

* Re: [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files
  2011-07-27 22:56 ` [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files Tom Rini
@ 2011-07-30 17:25   ` Khem Raj
  2011-07-30 18:39     ` Phil Blundell
  0 siblings, 1 reply; 26+ messages in thread
From: Khem Raj @ 2011-07-30 17:25 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wednesday, July 27, 2011 03:56:45 PM Tom Rini wrote:
> We were just setting this to the assumed default.  If anything, this
> belongs in the libc files if we must set it.

uid_t is not a libc controlled define. Its kernel controlled (though kernel-
headers)

> 
> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> ---
>  meta/site/arm-common        |    3 ---
>  meta/site/ix86-common       |    3 ---
>  meta/site/mips-linux        |    3 ---
>  meta/site/mips-linux-uclibc |    3 ---
>  meta/site/mipsel-linux      |    5 +----
>  meta/site/powerpc32-linux   |    3 ---
>  meta/site/sh-common         |    3 ---
>  meta/site/x86_64-linux      |    1 -
>  8 files changed, 1 insertions(+), 23 deletions(-)
> 
> diff --git a/meta/site/arm-common b/meta/site/arm-common
> index 04d1164..2129298 100644
> --- a/meta/site/arm-common
> +++ b/meta/site/arm-common
> @@ -191,9 +191,6 @@
> ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} #
> startup-notification
>  lf_cv_sane_realloc=yes
> 
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
>  # xffm
>  jm_cv_func_working_readdir=yes
> 
> diff --git a/meta/site/ix86-common b/meta/site/ix86-common
> index 7a7e253..122eb14 100644
> --- a/meta/site/ix86-common
> +++ b/meta/site/ix86-common
> @@ -211,9 +211,6 @@
> ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} #
> startup-notification
>  lf_cv_sane_realloc=yes
> 
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
>  # xffm
>  jm_cv_func_working_readdir=yes
> 
> diff --git a/meta/site/mips-linux b/meta/site/mips-linux
> index 807e552..212c3ad 100644
> --- a/meta/site/mips-linux
> +++ b/meta/site/mips-linux
> @@ -76,9 +76,6 @@
> samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} # vim
>  ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
> 
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
>  # intercom
>  ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
> 
> diff --git a/meta/site/mips-linux-uclibc b/meta/site/mips-linux-uclibc
> index 807e552..212c3ad 100644
> --- a/meta/site/mips-linux-uclibc
> +++ b/meta/site/mips-linux-uclibc
> @@ -76,9 +76,6 @@
> samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} # vim
>  ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
> 
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
>  # intercom
>  ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
> 
> diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux
> index c59d85f..a9032ac 100644
> --- a/meta/site/mipsel-linux
> +++ b/meta/site/mipsel-linux
> @@ -77,10 +77,7 @@
> samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} # vim
>  ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
> 
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
> -#intercom
> +# intercom
>  ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
> 
>  #lmbench
> diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
> index 46b64eb..8a10111 100644
> --- a/meta/site/powerpc32-linux
> +++ b/meta/site/powerpc32-linux
> @@ -280,9 +280,6 @@ ac_cv_sync_with_stdio_2=${ac_cv_sync_with_stdio_2=yes}
>  mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
>  mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
> 
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
>  # dpkg
>  dpkg_cv_va_copy=${ac_cv_va_copy=yes}
>  dpkg_cv___va_copy=${ac_cv___va_copy=yes}
> diff --git a/meta/site/sh-common b/meta/site/sh-common
> index 26a612a..63abe57 100644
> --- a/meta/site/sh-common
> +++ b/meta/site/sh-common
> @@ -231,9 +231,6 @@
> rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
> rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
>  rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
> 
> -# sudo
> -sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}
> -
>  # ipsec-tools
>  ac_cv_va_copy=${ac_cv_va_copy=no}
>  ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
> diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux
> index 968dedc..91965b9 100644
> --- a/meta/site/x86_64-linux
> +++ b/meta/site/x86_64-linux
> @@ -92,7 +92,6 @@ ac_cv_alignof_CORBA_short=2
>  ac_cv_alignof_CORBA_struct=1
>  ac_cv_alignof_CORBA_wchar=2
> 
> -sudo_cv_uid_t=${sudo_cv_uid_t_len=10}
>  lf_cv_sane_realloc=yes
>  as_cv_unaligned_access=${as_cv_unaligned_access=yes}
-- 
Khem Raj



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

* Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-07-27 22:56 ` [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo Tom Rini
@ 2011-07-30 17:33   ` Khem Raj
  2011-07-30 23:42     ` Tom Rini
  0 siblings, 1 reply; 26+ messages in thread
From: Khem Raj @ 2011-07-30 17:33 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote:
> This comes from oe.dev which had this set for arm-linux only.  Bump PR
> since this changes how builds happen.

if you are clubbing them in right site files then this variable is for
deciding what serial API(termios or termio or sgtty) to use its not dependent 
on libc imo.

> 
> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> ---
>  meta/recipes-devtools/tcltk/tcl_8.5.9.bb |    2 +-
>  meta/site/common-glibc                   |    2 ++
>  meta/site/common-uclibc                  |    3 +++
>  3 files changed, 6 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
> b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb index 12e2bd0..7dcaeb3 100644
> --- a/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
> +++ b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb
> @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM =
> "file://../license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11
> file://../win/license.terms;md5=a47a9be26d03f925fc1fbd2784f27e11 \ "
> 
> -PR = "r0"
> +PR = "r1"
> 
>  BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \
>                  file://tcl-add-soname.patch"
> diff --git a/meta/site/common-glibc b/meta/site/common-glibc
> index 8cfa695..baca5f8 100644
> --- a/meta/site/common-glibc
> +++ b/meta/site/common-glibc
> @@ -69,3 +69,5 @@
> gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
> gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
>  gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
> 
> +# TCL
> +tcl_cv_api_serial=${tcl_cv_api_serial=termios}
> diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc
> index 093f60e..002a559 100644
> --- a/meta/site/common-uclibc
> +++ b/meta/site/common-uclibc
> @@ -26,3 +26,6 @@
> ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} # bash
>  bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
>  bash_cv_sys_siglist=${bash_cv_sys_siglist=no}
> +
> +# TCL
> +tcl_cv_api_serial=${tcl_cv_api_serial=termios}
-- 
Khem Raj



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

* Re: [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files
  2011-07-30 17:25   ` Khem Raj
@ 2011-07-30 18:39     ` Phil Blundell
  2011-07-30 21:03       ` Khem Raj
  0 siblings, 1 reply; 26+ messages in thread
From: Phil Blundell @ 2011-07-30 18:39 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sat, 2011-07-30 at 10:25 -0700, Khem Raj wrote:
> On Wednesday, July 27, 2011 03:56:45 PM Tom Rini wrote:
> > We were just setting this to the assumed default.  If anything, this
> > belongs in the libc files if we must set it.
> 
> uid_t is not a libc controlled define. Its kernel controlled (though kernel-
> headers)

No, that's incorrect.  The uid_t that applications see is controlled by
libc and decoupled from __kernel_uid_t.  There is logic in glibc to
convert between types if necessary.

p.





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

* Re: [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files
  2011-07-30 18:39     ` Phil Blundell
@ 2011-07-30 21:03       ` Khem Raj
  2011-07-30 23:41         ` Tom Rini
  0 siblings, 1 reply; 26+ messages in thread
From: Khem Raj @ 2011-07-30 21:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Saturday, July 30, 2011 07:39:47 PM Phil Blundell wrote:
> On Sat, 2011-07-30 at 10:25 -0700, Khem Raj wrote:
> > On Wednesday, July 27, 2011 03:56:45 PM Tom Rini wrote:
> > > We were just setting this to the assumed default.  If anything, this
> > > belongs in the libc files if we must set it.
> > 
> > uid_t is not a libc controlled define. Its kernel controlled (though
> > kernel- headers)
> 
> No, that's incorrect.  The uid_t that applications see is controlled by
> libc and decoupled from __kernel_uid_t.  There is logic in glibc to
> convert between types if necessary.

uclibc passes on whatever kernel defines it to. rethinking, probably libc is 
ok for it.
> 
> p.
> 
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
-- 
Khem Raj



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

* Re: [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files
  2011-07-30 21:03       ` Khem Raj
@ 2011-07-30 23:41         ` Tom Rini
  0 siblings, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-07-30 23:41 UTC (permalink / raw)
  To: openembedded-core

On 07/30/2011 02:03 PM, Khem Raj wrote:
> On Saturday, July 30, 2011 07:39:47 PM Phil Blundell wrote:
>> On Sat, 2011-07-30 at 10:25 -0700, Khem Raj wrote:
>>> On Wednesday, July 27, 2011 03:56:45 PM Tom Rini wrote:
>>>> We were just setting this to the assumed default.  If anything, this
>>>> belongs in the libc files if we must set it.
>>>
>>> uid_t is not a libc controlled define. Its kernel controlled (though
>>> kernel- headers)
>>
>> No, that's incorrect.  The uid_t that applications see is controlled by
>> libc and decoupled from __kernel_uid_t.  There is logic in glibc to
>> convert between types if necessary.
> 
> uclibc passes on whatever kernel defines it to. rethinking, probably libc is 
> ok for it.

And again, this is a "if we feel we must".  This patch just drops it
from the files.

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-07-30 17:33   ` Khem Raj
@ 2011-07-30 23:42     ` Tom Rini
  2011-07-31  0:56       ` Khem Raj
  0 siblings, 1 reply; 26+ messages in thread
From: Tom Rini @ 2011-07-30 23:42 UTC (permalink / raw)
  To: openembedded-core

On 07/30/2011 10:33 AM, Khem Raj wrote:
> On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote:
>> This comes from oe.dev which had this set for arm-linux only.  Bump PR
>> since this changes how builds happen.
> 
> if you are clubbing them in right site files then this variable is for
> deciding what serial API(termios or termio or sgtty) to use its not dependent 
> on libc imo.

Where do you think it should go?  common-linux?

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-07-30 23:42     ` Tom Rini
@ 2011-07-31  0:56       ` Khem Raj
  2011-07-31 19:16         ` Tom Rini
  0 siblings, 1 reply; 26+ messages in thread
From: Khem Raj @ 2011-07-31  0:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote:
> On 07/30/2011 10:33 AM, Khem Raj wrote:
> > On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote:
> >> This comes from oe.dev which had this set for arm-linux only.  Bump PR
> >> since this changes how builds happen.
> > 
> > if you are clubbing them in right site files then this variable is for
> > deciding what serial API(termios or termio or sgtty) to use its not
> > dependent on libc imo.
> 
> Where do you think it should go?  common-linux?
yes

-- 
Khem Raj



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

* Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-07-31  0:56       ` Khem Raj
@ 2011-07-31 19:16         ` Tom Rini
  2011-08-01 17:14           ` Tom Rini
  0 siblings, 1 reply; 26+ messages in thread
From: Tom Rini @ 2011-07-31 19:16 UTC (permalink / raw)
  To: openembedded-core

On 07/30/2011 05:56 PM, Khem Raj wrote:
> On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote:
>> On 07/30/2011 10:33 AM, Khem Raj wrote:
>>> On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote:
>>>> This comes from oe.dev which had this set for arm-linux only.  Bump PR
>>>> since this changes how builds happen.
>>>
>>> if you are clubbing them in right site files then this variable is for
>>> deciding what serial API(termios or termio or sgtty) to use its not
>>> dependent on libc imo.
>>
>> Where do you think it should go?  common-linux?
> yes

k, I'll v2 just this patch, tomorrow.

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-07-31 19:16         ` Tom Rini
@ 2011-08-01 17:14           ` Tom Rini
  2011-08-01 17:23             ` Khem Raj
  2011-08-03 21:10             ` Tom Rini
  0 siblings, 2 replies; 26+ messages in thread
From: Tom Rini @ 2011-08-01 17:14 UTC (permalink / raw)
  To: openembedded-core, Saul Wold

On 07/31/2011 12:16 PM, Tom Rini wrote:
> On 07/30/2011 05:56 PM, Khem Raj wrote:
>> On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote:
>>> On 07/30/2011 10:33 AM, Khem Raj wrote:
>>>> On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote:
>>>>> This comes from oe.dev which had this set for arm-linux only.  Bump PR
>>>>> since this changes how builds happen.
>>>>
>>>> if you are clubbing them in right site files then this variable is for
>>>> deciding what serial API(termios or termio or sgtty) to use its not
>>>> dependent on libc imo.
>>>
>>> Where do you think it should go?  common-linux?
>> yes
> 
> k, I'll v2 just this patch, tomorrow.

OK,
http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-siteinfo-round-2-v2
and
http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=trini/update-siteinfo-round-2-v2&id=d8f714075dcbe37ef21b17639f91a8faeb868bf1
in particular.

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-08-01 17:14           ` Tom Rini
@ 2011-08-01 17:23             ` Khem Raj
  2011-08-03 21:10             ` Tom Rini
  1 sibling, 0 replies; 26+ messages in thread
From: Khem Raj @ 2011-08-01 17:23 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On (01/08/11 10:14), Tom Rini wrote:
> On 07/31/2011 12:16 PM, Tom Rini wrote:
> > On 07/30/2011 05:56 PM, Khem Raj wrote:
> >> On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote:
> >>> On 07/30/2011 10:33 AM, Khem Raj wrote:
> >>>> On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote:
> >>>>> This comes from oe.dev which had this set for arm-linux only.  Bump PR
> >>>>> since this changes how builds happen.
> >>>>
> >>>> if you are clubbing them in right site files then this variable is for
> >>>> deciding what serial API(termios or termio or sgtty) to use its not
> >>>> dependent on libc imo.
> >>>
> >>> Where do you think it should go?  common-linux?
> >> yes
> > 
> > k, I'll v2 just this patch, tomorrow.
> 
> OK,
> http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-siteinfo-round-2-v2
> and
> http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=trini/update-siteinfo-round-2-v2&id=d8f714075dcbe37ef21b17639f91a8faeb868bf1
> in particular.

looks good


> 
> -- 
> Tom Rini
> Mentor Graphics Corporation
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
-Khem



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

* Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
  2011-08-01 17:14           ` Tom Rini
  2011-08-01 17:23             ` Khem Raj
@ 2011-08-03 21:10             ` Tom Rini
  1 sibling, 0 replies; 26+ messages in thread
From: Tom Rini @ 2011-08-03 21:10 UTC (permalink / raw)
  To: openembedded-core, Saul Wold

On 08/01/2011 10:14 AM, Tom Rini wrote:
> On 07/31/2011 12:16 PM, Tom Rini wrote:
>> On 07/30/2011 05:56 PM, Khem Raj wrote:
>>> On Saturday, July 30, 2011 04:42:51 PM Tom Rini wrote:
>>>> On 07/30/2011 10:33 AM, Khem Raj wrote:
>>>>> On Wednesday, July 27, 2011 03:56:46 PM Tom Rini wrote:
>>>>>> This comes from oe.dev which had this set for arm-linux only.  Bump PR
>>>>>> since this changes how builds happen.
>>>>>
>>>>> if you are clubbing them in right site files then this variable is for
>>>>> deciding what serial API(termios or termio or sgtty) to use its not
>>>>> dependent on libc imo.
>>>>
>>>> Where do you think it should go?  common-linux?
>>> yes
>>
>> k, I'll v2 just this patch, tomorrow.
> 
> OK,
> http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-siteinfo-round-2-v2
> and
> http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/commit/?h=trini/update-siteinfo-round-2-v2&id=d8f714075dcbe37ef21b17639f91a8faeb868bf1
> in particular.

Due to not paying enough attention, I had pushed only a partial branch
to the v2 branch.  v3 has everything, really.

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: [PATCH 3/9] Various site files: Drop monotone
  2011-07-27 22:56 ` [PATCH 3/9] Various site files: Drop monotone Tom Rini
@ 2011-08-04 13:52   ` Richard Purdie
  2011-08-04 15:08     ` Khem Raj
  0 siblings, 1 reply; 26+ messages in thread
From: Richard Purdie @ 2011-08-04 13:52 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-07-27 at 15:56 -0700, Tom Rini wrote:
> Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete.
> 
> Signed-off-by: Tom Rini <tom_rini@mentor.com>
> ---
>  meta/site/arm-common        |    3 ---
>  meta/site/arm-linux         |    3 ---
>  meta/site/common-glibc      |    3 ---
>  meta/site/ix86-common       |    3 ---
>  meta/site/mips-linux        |    5 -----
>  meta/site/mips-linux-uclibc |    5 -----
>  meta/site/mipsel-linux      |    5 -----
>  meta/site/powerpc32-linux   |    4 ----
>  meta/site/sh-common         |    3 ---
>  9 files changed, 0 insertions(+), 34 deletions(-)
> 
> diff --git a/meta/site/arm-common b/meta/site/arm-common
> index 2129298..7317a13 100644
> --- a/meta/site/arm-common
> +++ b/meta/site/arm-common
> @@ -116,9 +116,6 @@ with_broken_putenv=${with_broken_putenv=no}
>  # links
>  ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
>  
> -# mono
> -cv_mono_sizeof_sunpath=108
> -
>  # mysql
>  mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
>  mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}

Isn't mono different from monotone?

We don't have mono in OE.core either so the patch is probably fine but I
just wanted to mention it...

Cheers,

Richard




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

* Re: [PATCH 0/9] Re-sync and update siteinfo, round 2
  2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
                   ` (8 preceding siblings ...)
  2011-07-27 22:56 ` [PATCH 9/9] Various siteinfo: Drop rp-pppoe variables Tom Rini
@ 2011-08-04 14:57 ` Saul Wold
  9 siblings, 0 replies; 26+ messages in thread
From: Saul Wold @ 2011-08-04 14:57 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/27/2011 03:56 PM, Tom Rini wrote:
> Hey all,
>
> Here's my last series before I try the "clean slate" approach to updating
> the siteinfo files.  In a few cases there's some behavior change and
> that's a good thing.  In short, for sudo we set a variable to the default
> if not set, so stop doing that.  For tcl, we had correctly figured out
> an optional variable in one case, and now we re-use it everywhere.  We
> drop out totally monotone (not in oe-core nor meta-oe nor oe.dev),
> rp-pppoe (meta-oe, correctly) and enca (not needed when oe.dev is moved
> over, not in oe-core nor meta-oe).  Finally there's a few sets of $libc
> variables being moved to the common-$libc files.  Of slight note here
> is that va_copy doing a value copy (va_val_copy) is arch dependent and
> we were getting this wrong in some cases on x86_64.  Given that it's
> assumed to be true when not set from what I can see, it's possible we're
> going from implicit breakage to explicit breakage here in some of the less
> common arches, but that's better (IMHO) that the alternative.
>
> I've build-tested world on qemux86/qemux86-64 and core-image-sato on
> qemuppc/qemumips for eglibc and some smaller subsets (in checking the
> "is it really?" in making uclibc changes) for uclibc over the past few
> weeks.  I've got a world build going now for qemux86-64 and will kick off
> qemux86 next but I don't expect any failures nor believe waiting on these
> to complete should be gating.
>
> The following changes since commit 1fe892ab6876c405599c79657221a8b4675b6ecf:
>    Matthew McClintock (1):
>          Update TERMCMD message to align with previous change
>
> are available in the git repository at:
>
>    git://git.openembedded.org/openembedded-core-contrib trini/update-siteinfo-round-2-v1
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/update-siteinfo-round-2-v1
>
> Tom Rini (9):
>    sudo: Drop sudo_cv_uid_t_len from site files
>    tcl: Add tcl_cv_api_serial to siteinfo
>    Various site files: Drop monotone
>    Various siteinfo files: Consolidate ac_cv_func_getaddrinfo
>    Various siteinfo files: Drop enca section
>    Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy
>    site/common-linux: Add ac_cv_file__dev_zero=yes
>    siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to
>      uclibc
>    Various siteinfo: Drop rp-pppoe variables
>
>   meta/recipes-devtools/tcltk/tcl_8.5.9.bb |    2 +-
>   meta/site/arm-common                     |   25 +----------------------
>   meta/site/arm-linux                      |    9 --------
>   meta/site/common-glibc                   |   12 ++++++++--
>   meta/site/common-linux                   |    3 ++
>   meta/site/common-uclibc                  |   15 ++++++++++++++
>   meta/site/ix86-common                    |   31 ++---------------------------
>   meta/site/mips-common                    |   18 ++++++++++++----
>   meta/site/mips-linux                     |   25 +-----------------------
>   meta/site/mips-linux-uclibc              |   24 +----------------------
>   meta/site/mipsel-linux                   |   26 +-----------------------
>   meta/site/mipsel-linux-uclibc            |   12 +----------
>   meta/site/powerpc-linux                  |   13 ++++++++---
>   meta/site/powerpc32-linux                |   17 ----------------
>   meta/site/sh-common                      |   24 +---------------------
>   meta/site/x86_64-linux                   |   14 ++++++------
>   meta/site/x86_64-linux-uclibc            |   12 +++++++---
>   17 files changed, 77 insertions(+), 205 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

Merged into OE-Core

Thanks for your help and patience on getting this one merged.

Sau!



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

* Re: [PATCH 3/9] Various site files: Drop monotone
  2011-08-04 13:52   ` Richard Purdie
@ 2011-08-04 15:08     ` Khem Raj
  2011-08-04 15:14       ` Phil Blundell
  0 siblings, 1 reply; 26+ messages in thread
From: Khem Raj @ 2011-08-04 15:08 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thursday, August 04, 2011 02:52:22 PM Richard Purdie wrote:
> On Wed, 2011-07-27 at 15:56 -0700, Tom Rini wrote:
> > Not in oe-core nor meta-oe and based on oe.dev, possibly incomplete.
> > 
> > Signed-off-by: Tom Rini <tom_rini@mentor.com>
> > ---
> > 
> >  meta/site/arm-common        |    3 ---
> >  meta/site/arm-linux         |    3 ---
> >  meta/site/common-glibc      |    3 ---
> >  meta/site/ix86-common       |    3 ---
> >  meta/site/mips-linux        |    5 -----
> >  meta/site/mips-linux-uclibc |    5 -----
> >  meta/site/mipsel-linux      |    5 -----
> >  meta/site/powerpc32-linux   |    4 ----
> >  meta/site/sh-common         |    3 ---
> >  9 files changed, 0 insertions(+), 34 deletions(-)
> > 
> > diff --git a/meta/site/arm-common b/meta/site/arm-common
> > index 2129298..7317a13 100644
> > --- a/meta/site/arm-common
> > +++ b/meta/site/arm-common
> > @@ -116,9 +116,6 @@ with_broken_putenv=${with_broken_putenv=no}
> > 
> >  # links
> >  ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_s
> >  truct=yes}> 
> > -# mono
> > -cv_mono_sizeof_sunpath=108
> > -
> > 
> >  # mysql
> >  mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
> >  mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
> 
> Isn't mono different from monotone?

yes its for mono. I think we should keep it since there are many users of mono
from oe.dev world who would want mono in future may be from  future meta-mono  

> 
> We don't have mono in OE.core either so the patch is probably fine but I
> just wanted to mention it...
> 
> Cheers,
> 
> Richard
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
-- 
Khem Raj



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

* Re: [PATCH 3/9] Various site files: Drop monotone
  2011-08-04 15:08     ` Khem Raj
@ 2011-08-04 15:14       ` Phil Blundell
  2011-08-04 15:49         ` Khem Raj
  0 siblings, 1 reply; 26+ messages in thread
From: Phil Blundell @ 2011-08-04 15:14 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-08-04 at 08:08 -0700, Khem Raj wrote:
> On Thursday, August 04, 2011 02:52:22 PM Richard Purdie wrote:
> > On Wed, 2011-07-27 at 15:56 -0700, Tom Rini wrote:
> > >  # links
> > >  ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_s
> > >  truct=yes}> 
> > > -# mono
> > > -cv_mono_sizeof_sunpath=108
> > > -
> > > 
> > Isn't mono different from monotone?
> 
> yes its for mono. I think we should keep it since there are many users of mono
> from oe.dev world who would want mono in future may be from  future meta-mono  

Why couldn't the site entry just go in meta-mono too, if that's where
the recipes are living?  I don't think it makes much/any sense (for
testability reasons as much as anything else) to have a load of siteinfo
entries lying around that no oe-core recipe actually uses.

p.





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

* Re: [PATCH 3/9] Various site files: Drop monotone
  2011-08-04 15:14       ` Phil Blundell
@ 2011-08-04 15:49         ` Khem Raj
  0 siblings, 0 replies; 26+ messages in thread
From: Khem Raj @ 2011-08-04 15:49 UTC (permalink / raw)
  To: openembedded-core

On 08/04/2011 08:14 AM, Phil Blundell wrote:
> On Thu, 2011-08-04 at 08:08 -0700, Khem Raj wrote:
>> On Thursday, August 04, 2011 02:52:22 PM Richard Purdie wrote:
>>> On Wed, 2011-07-27 at 15:56 -0700, Tom Rini wrote:
>>>>   # links
>>>>   ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_s
>>>>   truct=yes}>
>>>> -# mono
>>>> -cv_mono_sizeof_sunpath=108
>>>> -
>>>>
>>> Isn't mono different from monotone?
>>
>> yes its for mono. I think we should keep it since there are many users of mono
>> from oe.dev world who would want mono in future may be from  future meta-mono
>
> Why couldn't the site entry just go in meta-mono too, if that's where
> the recipes are living?  I don't think it makes much/any sense (for
> testability reasons as much as anything else) to have a load of siteinfo
> entries lying around that no oe-core recipe actually uses.

yes it could. Infact having this variable exported during mono configure 
would be better solution.

>
> p.
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




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

end of thread, other threads:[~2011-08-04 15:54 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-27 22:56 [PATCH 0/9] Re-sync and update siteinfo, round 2 Tom Rini
2011-07-27 22:56 ` [PATCH 1/9] sudo: Drop sudo_cv_uid_t_len from site files Tom Rini
2011-07-30 17:25   ` Khem Raj
2011-07-30 18:39     ` Phil Blundell
2011-07-30 21:03       ` Khem Raj
2011-07-30 23:41         ` Tom Rini
2011-07-27 22:56 ` [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo Tom Rini
2011-07-30 17:33   ` Khem Raj
2011-07-30 23:42     ` Tom Rini
2011-07-31  0:56       ` Khem Raj
2011-07-31 19:16         ` Tom Rini
2011-08-01 17:14           ` Tom Rini
2011-08-01 17:23             ` Khem Raj
2011-08-03 21:10             ` Tom Rini
2011-07-27 22:56 ` [PATCH 3/9] Various site files: Drop monotone Tom Rini
2011-08-04 13:52   ` Richard Purdie
2011-08-04 15:08     ` Khem Raj
2011-08-04 15:14       ` Phil Blundell
2011-08-04 15:49         ` Khem Raj
2011-07-27 22:56 ` [PATCH 4/9] Various siteinfo files: Consolidate ac_cv_func_getaddrinfo Tom Rini
2011-07-27 22:56 ` [PATCH 5/9] Various siteinfo files: Drop enca section Tom Rini
2011-07-27 22:56 ` [PATCH 6/9] Various siteinfo files: Consolidate va_copy/__va_copy/va_val_copy Tom Rini
2011-07-27 22:56 ` [PATCH 7/9] site/common-linux: Add ac_cv_file__dev_zero=yes Tom Rini
2011-07-27 22:56 ` [PATCH 8/9] siteinfo: Add posix_getpwuid_r posix_getgrgid_r posix_getpwnam_r to uclibc Tom Rini
2011-07-27 22:56 ` [PATCH 9/9] Various siteinfo: Drop rp-pppoe variables Tom Rini
2011-08-04 14:57 ` [PATCH 0/9] Re-sync and update siteinfo, round 2 Saul Wold

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.