diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 13:39:18 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-15 13:39:18 +0000 |
commit | a58b26f88e2a4377e8c22f3a1269672815799c8c (patch) | |
tree | 43a04eb7471a46c3e74b8776acb4f715e8e789d4 /packages/gcc/gcc-cross_3.4.4.bb | |
parent | 61f76f5ed16476df673e77ecea8113100426eb33 (diff) |
gcc: Create .inc files for each gcc version and update all .bb files to use these
Diffstat (limited to 'packages/gcc/gcc-cross_3.4.4.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.4.4.bb b/packages/gcc/gcc-cross_3.4.4.bb index 3248e8d688..a364bc6869 100644 --- a/packages/gcc/gcc-cross_3.4.4.bb +++ b/packages/gcc/gcc-cross_3.4.4.bb @@ -1,4 +1,4 @@ -require gcc_${PV}.bb +require gcc-${PV}.inc # path mangling, needed by the cross packaging require gcc-paths-cross.inc inherit cross |