* [PATCH 0/4] meta: remove invalid ac_cv
@ 2015-07-13 10:04 Robert Yang
2015-07-13 10:04 ` [PATCH 1/4] git: remove invalid ac_cv_c_c99_format=yes Robert Yang
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Robert Yang @ 2015-07-13 10:04 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e6f66370c6ce15aca18ef64491bab3dc92b80c57:
classes/sstate.bbclass: Improve checkstatus using connection cache. (2015-07-12 22:53:22 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/ac_cv
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/ac_cv
Robert Yang (4):
git: remove invalid ac_cv_c_c99_format=yes
glibc: remove invalid ac_cv_path_KSH
apt: remove invalid ac_cv_glibc_ver
xserver-xorg: remove invalid ac_cv_file__usr_share_sgml_X11_defs_ent
meta/recipes-core/glibc/glibc.inc | 1 -
meta/recipes-devtools/apt/apt.inc | 12 ------------
meta/recipes-devtools/git/git_2.4.4.bb | 2 +-
.../recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 -
4 files changed, 1 insertion(+), 15 deletions(-)
--
1.7.9.5
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/4] git: remove invalid ac_cv_c_c99_format=yes
2015-07-13 10:04 [PATCH 0/4] meta: remove invalid ac_cv Robert Yang
@ 2015-07-13 10:04 ` Robert Yang
2015-07-13 10:04 ` [PATCH 2/4] glibc: remove invalid ac_cv_path_KSH Robert Yang
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Robert Yang @ 2015-07-13 10:04 UTC (permalink / raw)
To: openembedded-core
There is no c_c99_format in configure, and there is no
ac_cv_c_c99_format in config.log after removed.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-devtools/git/git_2.4.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/git/git_2.4.4.bb b/meta/recipes-devtools/git/git_2.4.4.bb
index 1834310..f9c81ed 100644
--- a/meta/recipes-devtools/git/git_2.4.4.bb
+++ b/meta/recipes-devtools/git/git_2.4.4.bb
@@ -5,7 +5,7 @@ SRC_URI[tarball.sha256sum] = "a5d9e3e340a3e5a297092430752f61a9ae5b8b5e4ac042b034
SRC_URI[manpages.md5sum] = "285b126907d59647248577a7df01c44c"
SRC_URI[manpages.sha256sum] = "15afc42909078909ca7a48d73b7cb358b37f734b81fc3a0c6438be183f05480f"
-EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
+EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
"
EXTRA_OEMAKE += "NO_GETTEXT=1"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/4] glibc: remove invalid ac_cv_path_KSH
2015-07-13 10:04 [PATCH 0/4] meta: remove invalid ac_cv Robert Yang
2015-07-13 10:04 ` [PATCH 1/4] git: remove invalid ac_cv_c_c99_format=yes Robert Yang
@ 2015-07-13 10:04 ` Robert Yang
2015-08-13 20:33 ` Khem Raj
2015-07-13 10:04 ` [PATCH 3/4] apt: remove invalid ac_cv_glibc_ver Robert Yang
2015-07-13 10:04 ` [PATCH 4/4] xserver-xorg: remove invalid ac_cv_file__usr_share_sgml_X11_defs_ent Robert Yang
3 siblings, 1 reply; 6+ messages in thread
From: Robert Yang @ 2015-07-13 10:04 UTC (permalink / raw)
To: openembedded-core
There is no ac_cv_path_KSH in configure, can't find it
in config.log after remove, either.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-core/glibc/glibc.inc | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index da56bc9..74ad0b5 100644
--- a/meta/recipes-core/glibc/glibc.inc
+++ b/meta/recipes-core/glibc/glibc.inc
@@ -52,7 +52,6 @@ REQUIRED_DISTRO_FEATURES = "${DISTRO_FEATURES_LIBC}"
LEAD_SONAME = "libc.so"
CACHED_CONFIGUREVARS += " \
- ac_cv_path_KSH=${base_bindir}/bash \
ac_cv_path_BASH_SHELL=${base_bindir}/bash \
libc_cv_slibdir=${base_libdir} \
libc_cv_rootsbindir=${base_sbindir} \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/4] apt: remove invalid ac_cv_glibc_ver
2015-07-13 10:04 [PATCH 0/4] meta: remove invalid ac_cv Robert Yang
2015-07-13 10:04 ` [PATCH 1/4] git: remove invalid ac_cv_c_c99_format=yes Robert Yang
2015-07-13 10:04 ` [PATCH 2/4] glibc: remove invalid ac_cv_path_KSH Robert Yang
@ 2015-07-13 10:04 ` Robert Yang
2015-07-13 10:04 ` [PATCH 4/4] xserver-xorg: remove invalid ac_cv_file__usr_share_sgml_X11_defs_ent Robert Yang
3 siblings, 0 replies; 6+ messages in thread
From: Robert Yang @ 2015-07-13 10:04 UTC (permalink / raw)
To: openembedded-core
There is no ac_cv_glibc_ver in configure, can't find it
in config.log after remove, either.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-devtools/apt/apt.inc | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
index 04fcd65..94bd6e9 100644
--- a/meta/recipes-devtools/apt/apt.inc
+++ b/meta/recipes-devtools/apt/apt.inc
@@ -22,16 +22,4 @@ do_configure_prepend() {
rm -rf ${S}/buildlib/config.guess
}
-# Apt wants to know the glibc version by running a binary file, which will
-# fail, so we have to tell configure which version to use Since I don't know
-# the impliations of setting a wrong value I only provide one for angstrom,
-# which uses glibc 2.5 (which claims to be 2.4)
-# Koen - 20070327
-EXTRA_OECONF_append_angstrom = " ac_cv_glibc_ver=libc6.4"
-
-# under Debian it is set to libc6.3 as they use glibc 2.3
-# They also provide glibc 2.5 in 'experimental' and it works with APT built
-# for 2.3 so we set it in same way
-EXTRA_OECONF_append = " ac_cv_glibc_ver=libc6.3"
-
FILES_${PN}-dbg += "${libdir}/apt/methods/.debug/"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/4] xserver-xorg: remove invalid ac_cv_file__usr_share_sgml_X11_defs_ent
2015-07-13 10:04 [PATCH 0/4] meta: remove invalid ac_cv Robert Yang
` (2 preceding siblings ...)
2015-07-13 10:04 ` [PATCH 3/4] apt: remove invalid ac_cv_glibc_ver Robert Yang
@ 2015-07-13 10:04 ` Robert Yang
3 siblings, 0 replies; 6+ messages in thread
From: Robert Yang @ 2015-07-13 10:04 UTC (permalink / raw)
To: openembedded-core
There is no ac_cv_file__usr_share_sgml_X11_defs_ent in configure, can't
find it in config.log after remove, either.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
.../recipes-graphics/xorg-xserver/xserver-xorg.inc | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 02a170a..cc1c02b 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -119,7 +119,6 @@ EXTRA_OECONF += "--with-fop=no \
--localstatedir=/var \
--with-xkb-output=/var/lib/xkb \
--with-sha1=libcrypto \
- ac_cv_file__usr_share_sgml_X11_defs_ent=no \
"
PACKAGECONFIG ??= "dri2 udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri glx', '', d)} \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 2/4] glibc: remove invalid ac_cv_path_KSH
2015-07-13 10:04 ` [PATCH 2/4] glibc: remove invalid ac_cv_path_KSH Robert Yang
@ 2015-08-13 20:33 ` Khem Raj
0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2015-08-13 20:33 UTC (permalink / raw)
To: Robert Yang; +Cc: Patches and discussions about the oe-core layer
On Mon, Jul 13, 2015 at 3:04 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
> There is no ac_cv_path_KSH in configure, can't find it
> in config.log after remove, either.
starting 2.21 ksh checks has been removed so this patch is ok.
>
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
> meta/recipes-core/glibc/glibc.inc | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
> index da56bc9..74ad0b5 100644
> --- a/meta/recipes-core/glibc/glibc.inc
> +++ b/meta/recipes-core/glibc/glibc.inc
> @@ -52,7 +52,6 @@ REQUIRED_DISTRO_FEATURES = "${DISTRO_FEATURES_LIBC}"
> LEAD_SONAME = "libc.so"
>
> CACHED_CONFIGUREVARS += " \
> - ac_cv_path_KSH=${base_bindir}/bash \
> ac_cv_path_BASH_SHELL=${base_bindir}/bash \
> libc_cv_slibdir=${base_libdir} \
> libc_cv_rootsbindir=${base_sbindir} \
> --
> 1.7.9.5
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-08-13 20:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 10:04 [PATCH 0/4] meta: remove invalid ac_cv Robert Yang
2015-07-13 10:04 ` [PATCH 1/4] git: remove invalid ac_cv_c_c99_format=yes Robert Yang
2015-07-13 10:04 ` [PATCH 2/4] glibc: remove invalid ac_cv_path_KSH Robert Yang
2015-08-13 20:33 ` Khem Raj
2015-07-13 10:04 ` [PATCH 3/4] apt: remove invalid ac_cv_glibc_ver Robert Yang
2015-07-13 10:04 ` [PATCH 4/4] xserver-xorg: remove invalid ac_cv_file__usr_share_sgml_X11_defs_ent Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox