From: Khem Raj <raj.khem@gmail.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/9] tcl: Add tcl_cv_api_serial to siteinfo
Date: Sat, 30 Jul 2011 10:33:57 -0700 [thread overview]
Message-ID: <7954213.WCcvt5c9xE@perseus> (raw)
In-Reply-To: <d8f714075dcbe37ef21b17639f91a8faeb868bf1.1311807353.git.tom_rini@mentor.com>
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
next prev parent reply other threads:[~2011-07-30 17:38 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7954213.WCcvt5c9xE@perseus \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox