From: Phil Blundell Date: Sun, 17 Apr 2005 11:22:50 +0000 (+0000) Subject: reinstate 15342.patch in gcc-csl-20050416 X-Git-Tag: Release-2010-05/1~14420 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b2b811135c995932d20e8f2d33fdd6348762596;p=openembedded.git reinstate 15342.patch in gcc-csl-20050416 BKrev: 4262470aiGCOsq58FbC6VaFCopD7MA --- diff --git a/packages/gcc/gcc-cross_csl-arm-20050416.bb b/packages/gcc/gcc-cross_csl-arm-20050416.bb index e69de29bb2..a92ae13733 100644 --- a/packages/gcc/gcc-cross_csl-arm-20050416.bb +++ b/packages/gcc/gcc-cross_csl-arm-20050416.bb @@ -0,0 +1,15 @@ +include gcc_csl-arm-20050416.bb +# path mangling, needed by the cross packaging +include gcc-paths-cross.inc +inherit cross +# NOTE: split PR. If the main .oe changes something that affects its *build* +# remember to increment this one too. +PR = "r1" + +DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc" +PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" + +# cross build +include gcc3-cross-build.inc +# cross packaging +include gcc-package-cross.inc diff --git a/packages/gcc/gcc-csl-arm/15342.patch b/packages/gcc/gcc-csl-arm/15342.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/gcc/gcc_csl-arm-20050416.bb b/packages/gcc/gcc_csl-arm-20050416.bb index 9e5aced1f4..daccd69017 100644 --- a/packages/gcc/gcc_csl-arm-20050416.bb +++ b/packages/gcc/gcc_csl-arm-20050416.bb @@ -1,5 +1,9 @@ include gcc_csl-arm.bb +SRC_URI += "file://15342.patch;patch=1" + +PR = "r1" + CVSDATE = "20050416" OVERRIDES_append = ":${TARGET_ARCH}-${TARGET_OS}" DEFAULT_PREFERENCE_arm-linux = "1"