summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc_4.0.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-08-27 23:34:18 +0000
committerRichard Purdie <richard@openedhand.com>2006-08-27 23:34:18 +0000
commitc813d14c9ffb9c0672a28d68faf85bf3575e9a2f (patch)
treea1248ce70d67ee044da1f1ad9f2095131219ca31 /meta/packages/gcc/gcc_4.0.2.bb
parent1489f00aacb737e2d2ea22ccf575b13148ba98e8 (diff)
downloadpoky-c813d14c9ffb9c0672a28d68faf85bf3575e9a2f.tar.gz
Change include x.inc -> require x.inc (sync with OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc/gcc_4.0.2.bb')
-rw-r--r--meta/packages/gcc/gcc_4.0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc_4.0.2.bb b/meta/packages/gcc/gcc_4.0.2.bb
index f4eeb9bdef..29f0b0f63e 100644
--- a/meta/packages/gcc/gcc_4.0.2.bb
+++ b/meta/packages/gcc/gcc_4.0.2.bb
@@ -8,7 +8,7 @@ PR = "r1"
8 8
9inherit autotools gettext 9inherit autotools gettext
10 10
11include gcc-package.inc 11require gcc-package.inc
12 12
13SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ 13SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
14 file://arm-nolibfloat.patch;patch=1 \ 14 file://arm-nolibfloat.patch;patch=1 \
@@ -25,4 +25,4 @@ SRC_URI_append = " file://100-uclibc-conf.patch;patch=1 \
25 file://zecke-host-cpp-ac-hack.patch;patch=1 " 25 file://zecke-host-cpp-ac-hack.patch;patch=1 "
26 26
27 27
28include gcc4-build.inc 28require gcc4-build.inc