From patchwork Sun Jan 15 16:42:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [meta-java,2/2] README: add a note concerning libstdc++-static Date: Sun, 15 Jan 2012 16:42:48 -0000 From: Eric BENARD X-Patchwork-Id: 19395 Message-Id: <1326645768-13447-2-git-send-email-eric@eukrea.com> To: openembedded-devel@lists.openembedded.org which is required for icedtea6-native Signed-off-by: Eric Bénard --- README | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/README b/README index 926e5bf..803b4de 100644 --- a/README +++ b/README @@ -18,6 +18,8 @@ PREFERRED_VERSION_cacaoh-native = "0.99.3" PREFERRED_VERSION_openjdk-6-jre = "6b18-1.8.11" PREFERRED_VERSION_icedtea6-native = "1.8.11" +Please note that libstdc++ static is needed on your host to compile icedtea6-native +(install libstdc++-static on a Fedora). Send pull requests to openembedded-devel@lists.openembedded.org