All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago-distro][PATCH] php: Add libiconv as a dependency. (Temporary)
@ 2012-08-20 16:04 Franklin S Cooper Jr
  2012-08-21 18:15 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Franklin S Cooper Jr @ 2012-08-20 16:04 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S Cooper Jr

* 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/<user>/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.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
---
 .../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



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

end of thread, other threads:[~2012-08-22 22:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 16:04 [meta-arago-distro][PATCH] php: Add libiconv as a dependency. (Temporary) Franklin S Cooper Jr
2012-08-21 18:15 ` Denys Dmytriyenko
2012-08-22  1:40   ` Cooper Jr., Franklin
2012-08-22 21:51     ` Denys Dmytriyenko
2012-08-22 22:13       ` Cooper Jr., Franklin

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.