diff options
author | Holger Freyther <zecke@selfish.org> | 2006-08-05 13:32:08 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-08-05 13:32:08 +0000 |
commit | d82b6c19757a5f26f82a853d468820585bdd2031 (patch) | |
tree | 9aa1b5c285742c00bd584a076b25ec5dcc55d076 /packages/gcc/gcc-cross_3.3.3.bb | |
parent | 4dc1f4375613f88ec1a0267bbf7599864241be0b (diff) |
packages/gcc: Use require instead of include for the 'base' files
Diffstat (limited to 'packages/gcc/gcc-cross_3.3.3.bb')
-rw-r--r-- | packages/gcc/gcc-cross_3.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_3.3.3.bb b/packages/gcc/gcc-cross_3.3.3.bb index 44ba65269e..a24752fe89 100644 --- a/packages/gcc/gcc-cross_3.3.3.bb +++ b/packages/gcc/gcc-cross_3.3.3.bb @@ -1,5 +1,5 @@ SECTION = "devel" -include gcc_${PV}.bb +require gcc_${PV}.bb inherit cross FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" |