diff options
author | Richard Purdie <richard@openedhand.com> | 2006-08-27 23:34:18 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-08-27 23:34:18 +0000 |
commit | c813d14c9ffb9c0672a28d68faf85bf3575e9a2f (patch) | |
tree | a1248ce70d67ee044da1f1ad9f2095131219ca31 /meta/packages/mtd | |
parent | 1489f00aacb737e2d2ea22ccf575b13148ba98e8 (diff) | |
download | poky-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/mtd')
-rw-r--r-- | meta/packages/mtd/mtd-utils-native_0.0.0+cvs20060223.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/mtd/mtd-utils-native_0.0.0+cvs20060223.bb b/meta/packages/mtd/mtd-utils-native_0.0.0+cvs20060223.bb index cd1fb7d11b..ac060ecef2 100644 --- a/meta/packages/mtd/mtd-utils-native_0.0.0+cvs20060223.bb +++ b/meta/packages/mtd/mtd-utils-native_0.0.0+cvs20060223.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | include mtd-utils_${PV}.bb | 3 | require mtd-utils_${PV}.bb |
4 | inherit native | 4 | inherit native |
5 | DEPENDS = "zlib-native" | 5 | DEPENDS = "zlib-native" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils" | 6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils" |