packages/gcc/gcc-cross-sdk_4.2.2.bb: Add as a copy of gcc-cross-sdk_4.1.1.bb
authorHolger Freyther <zecke@selfish.org>
Fri, 11 Jan 2008 20:07:20 +0000 (20:07 +0000)
committerHolger Freyther <zecke@selfish.org>
Fri, 11 Jan 2008 20:07:20 +0000 (20:07 +0000)
    It looks like I need to build mpfr. The gmp(-native) and and mpfr(-native)
    situation in the -cross-sdk files is interesting as sometimes we don't need them
    sometimes we do...

packages/gcc/gcc-cross-sdk_4.2.2.bb [new file with mode: 0644]

diff --git a/packages/gcc/gcc-cross-sdk_4.2.2.bb b/packages/gcc/gcc-cross-sdk_4.2.2.bb
new file mode 100644 (file)
index 0000000..dea1819
--- /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 = "r2"
+
+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 mpfr"
+PACKAGES = "${PN}"
+
+require gcc_${PV}.bb
+require gcc4-build-sdk.inc
+require gcc-package-sdk.inc