From fab7419cc6a2e53d1cc122abb6d8a3ce0e46fd07 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 16 Mar 2008 00:34:24 +0000 Subject: gcc: Move old style gcc*build*.inc includes into gcc-configure-{target|cross|sdk} and a common include file. Factor some common data not related to configure into gcc-common.inc. Rewrite 3.3.3 and 3.3.4 recipes to use standard includes (tested and they work). --- packages/gcc/gcc-cross_3.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/gcc/gcc-cross_3.4.4.bb') diff --git a/packages/gcc/gcc-cross_3.4.4.bb b/packages/gcc/gcc-cross_3.4.4.bb index dafdf4afad..4d93346d8d 100644 --- a/packages/gcc/gcc-cross_3.4.4.bb +++ b/packages/gcc/gcc-cross_3.4.4.bb @@ -2,5 +2,5 @@ PR = "r8" require gcc-${PV}.inc require gcc-cross.inc -require gcc3-build-cross.inc +require gcc-configure-cross.inc require gcc-package-cross.inc -- cgit v1.2.3