From: Koen Kooi <[email protected]> Without providing these site entries tcl networking doesn't work on the target.
Original OE commit: commit 0c340037644f87054462f62b50cd397c162615b7 Author: Koen Kooi <[email protected]> Date: Wed May 26 13:04:18 2010 +0200 tcl: add 2 entries to arm-linux site file (possibly only glibc specific, need to check) Signed-off-by: Koen Kooi <[email protected]> --- meta/recipes-devtools/tcltk/tcl_8.5.9.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.9.bb b/meta/recipes-devtools/tcltk/tcl_8.5.9.bb index 2eabb4d..1b4ae83 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 = "r1" +PR = "r2" BASE_SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \ file://tcl-add-soname.patch" @@ -30,7 +30,9 @@ inherit autotools DEPENDS_virtclass-native = "" -EXTRA_OECONF = "--enable-threads" +EXTRA_OECONF = "--enable-threads \ + tcl_cv_api_getaddrinfo=yes \ + " do_configure() { gnu-configize -- 1.7.6 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
