diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:21:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-11 23:21:34 +0000 |
commit | 3a09c78db3b903d054a8dbaaf10420bb619c84ee (patch) | |
tree | 5ace8961a43b6da99595724ed56e3c9ef901b16d /gcc/gcc-cross_3.3.2.oe | |
parent | fb80922dcb753a66d22979c62c42a33e00a35e5f (diff) |
no need to depend on patcher-native since that is already done by base.oeclass
BKrev: 402ab8fe4GibFLIRy7g7UP4ViBcDXA
Diffstat (limited to 'gcc/gcc-cross_3.3.2.oe')
-rw-r--r-- | gcc/gcc-cross_3.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.3.2.oe b/gcc/gcc-cross_3.3.2.oe index d372fb97de..d1a2a5a705 100644 --- a/gcc/gcc-cross_3.3.2.oe +++ b/gcc/gcc-cross_3.3.2.oe @@ -2,7 +2,7 @@ include gcc_${PV}.oe inherit cross FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/gcc-${PV} -DEPENDS := virtual/${TARGET_PREFIX}binutils glibc patcher-native +DEPENDS := virtual/${TARGET_PREFIX}binutils glibc PROVIDES := virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++ PACKAGES = |