From 439e60b246bcc741e883372f2340fc6ab7af93d3 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 3 Apr 2009 14:31:12 -0700 Subject: gcc-cross-sdk: Fix relocation of the toolchain and bump PR. There's two parts to this. The first is to make relative, not absolute symlinks for 'cpp', etc. The second is that we need to configure without --with-gxx-include-dir and instead install the base C++ headers into the expected location. The path passed to --with-gxx-include-dir will not be relocated and is an absolute. Acked-by: Florian Boor Acked-by: Khem Raj Signed-off-by: Tom Rini --- recipes/gcc/gcc-cross-sdk_4.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-cross-sdk_4.3.1.bb') diff --git a/recipes/gcc/gcc-cross-sdk_4.3.1.bb b/recipes/gcc/gcc-cross-sdk_4.3.1.bb index 13d395833e..876c65c369 100644 --- a/recipes/gcc/gcc-cross-sdk_4.3.1.bb +++ b/recipes/gcc/gcc-cross-sdk_4.3.1.bb @@ -1,4 +1,4 @@ -PR = "r13" +PR = "r14" inherit sdk -- cgit 1.2.3-korg