gcc-cross-sdk: add 4.1.2 with its own SRC_URI to remove zecke-xgcc-cpp and failfast...
authorKoen Kooi <koen@openembedded.org>
Fri, 6 Apr 2007 08:21:45 +0000 (08:21 +0000)
committerKoen Kooi <koen@openembedded.org>
Fri, 6 Apr 2007 08:21:45 +0000 (08:21 +0000)
packages/gcc/gcc-cross-sdk_4.1.2.bb [new file with mode: 0644]

diff --git a/packages/gcc/gcc-cross-sdk_4.1.2.bb b/packages/gcc/gcc-cross-sdk_4.1.2.bb
new file mode 100644 (file)
index 0000000..e3050d3
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "The GNU cc and gcc C compilers."
+HOMEPAGE = "http://www.gnu.org/software/gcc/"
+SECTION = "devel"
+LICENSE = "GPL"
+PR = "r0"
+
+inherit sdk
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
+
+DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc"
+PACKAGES = "${PN}"
+
+require gcc_${PV}.bb
+require gcc4-build-sdk.inc
+require gcc-package-sdk.inc