diff options
Diffstat (limited to 'gcc/gcc-cross_3.3.1.oe')
-rw-r--r-- | gcc/gcc-cross_3.3.1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.3.1.oe b/gcc/gcc-cross_3.3.1.oe index bb6c572bd2..c736672901 100644 --- a/gcc/gcc-cross_3.3.1.oe +++ b/gcc/gcc-cross_3.3.1.oe @@ -1,5 +1,6 @@ -inherit cross include gcc_${PV}.oe +inherit cross +FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV} DEPENDS := virtual/${TARGET_SYS}-binutils \ virtual/glibc virtual/glibc-headers patcher |