From 598ee434efdc895bfdbc004b8e51b5d5707bc6b6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 19 Jun 2009 19:56:18 -0400 Subject: gcc-package-sdk.inc: ${layout_base_bindir} is not the path to where the real binary is. The binary will always be two levels back, and it will always be in ${bindir} as that's what we pass to configure, so basename that to find the right directory name. Bump INC_PR in gcc-canadian-sdk 4.2.4, gcc-cross-sdk 4.2.4/4.3.3/4.4.0 --- recipes/gcc/gcc-cross-sdk_4.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc-cross-sdk_4.3.3.bb') diff --git a/recipes/gcc/gcc-cross-sdk_4.3.3.bb b/recipes/gcc/gcc-cross-sdk_4.3.3.bb index 27a7ae0a7f..6be2538cd5 100644 --- a/recipes/gcc/gcc-cross-sdk_4.3.3.bb +++ b/recipes/gcc/gcc-cross-sdk_4.3.3.bb @@ -1,4 +1,4 @@ -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" inherit sdk -- cgit 1.2.3-korg