aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc_3.4.4.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_3.4.4.bb
parent1489f00aacb737e2d2ea22ccf575b13148ba98e8 (diff)
downloadopenembedded-core-contrib-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_3.4.4.bb')
-rw-r--r--meta/packages/gcc/gcc_3.4.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc_3.4.4.bb b/meta/packages/gcc/gcc_3.4.4.bb
index 5be603f2ca..66bc4381d0 100644
--- a/meta/packages/gcc/gcc_3.4.4.bb
+++ b/meta/packages/gcc/gcc_3.4.4.bb
@@ -7,7 +7,7 @@ MAINTAINER = "Gerald Britton <gbritton@doomcom.org>"
inherit autotools gettext
-include gcc-package.inc
+require gcc-package.inc
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc34-reverse-compare.patch;patch=1 \
@@ -27,4 +27,4 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
SRC_URI += "file://gcc34-configure.in.patch;patch=1"
SRC_URI += "file://gcc34-thumb-support.patch;patch=1"
-include gcc3-build.inc
+require gcc3-build.inc