From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173013pub.verizon.net (vms173013pub.verizon.net [206.46.173.13]) by arago-project.org (Postfix) with ESMTP id B5C8452A00 for ; Tue, 21 Aug 2012 18:15:47 +0000 (UTC) Received: from gandalf.denix.org ([unknown] [72.66.25.115]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0M940065FAPV31AX@vms173013.mailsrvcs.net> for meta-arago@arago-project.org; Tue, 21 Aug 2012 13:15:37 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id EA0E6201AC; Tue, 21 Aug 2012 14:15:30 -0400 (EDT) Date: Tue, 21 Aug 2012 14:15:30 -0400 From: Denys Dmytriyenko To: Franklin S Cooper Jr Message-id: <20120821181530.GA3173@denix.org> References: <1345478683-6539-1-git-send-email-fcooper@ti.com> MIME-version: 1.0 In-reply-to: <1345478683-6539-1-git-send-email-fcooper@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [meta-arago-distro][PATCH] php: Add libiconv as a dependency. (Temporary) X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 18:15:48 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline On Mon, Aug 20, 2012 at 11:04:43AM -0500, Franklin S Cooper Jr wrote: > * Adding libiconv as a dependency since external-linaro-toolchain.bb who > PROVIDES virtual/libiconv isn't providing the needed files for PHP. > * Configuring PHP fails with > /home//toolchain/gcc-linaro-arm-linux-gnueabi-2012.03-20120326_linux/bin/../ > lib/gcc/arm-linux-gnueabi/4.6.3/../../../../arm-linux-gnueabi/bin/ld: > cannot find -liconv collect2: ld returned 1 exit status > * This should be a temporary fix until a proper fix is made in the toolchain. When the first php patch is only applied to -native, this issue never happens, as it's masked by configure script satisfying the check with the host iconv library. It's not correct, but it's only a check and the host library is not actually being linked during the build... -- Denys > Signed-off-by: Franklin S Cooper Jr > --- > .../recipes-devtools/php/php_5.3.6.bbappend | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend > index 0d16ebe..e30664d 100644 > --- a/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend > +++ b/meta-arago-distro/recipes-devtools/php/php_5.3.6.bbappend > @@ -4,3 +4,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" > PR_append = "-arago0" > > SRC_URI += "file://0001-php-native-Fix-host-contamination-issue.patch" > + > +DEPENDS += "libiconv" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago >