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/hostap | |
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/hostap')
-rw-r--r-- | meta/packages/hostap/hostap-modules_0.3.9.bb | 2 | ||||
-rw-r--r-- | meta/packages/hostap/hostap-utils_0.3.7.bb | 2 | ||||
-rw-r--r-- | meta/packages/hostap/hostap-utils_0.4.0.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/hostap/hostap-modules_0.3.9.bb b/meta/packages/hostap/hostap-modules_0.3.9.bb index cc09fd5952..051afadca0 100644 --- a/meta/packages/hostap/hostap-modules_0.3.9.bb +++ b/meta/packages/hostap/hostap-modules_0.3.9.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | include hostap-modules.inc | 1 | require hostap-modules.inc |
2 | PR = "r10" | 2 | PR = "r10" |
3 | 3 | ||
4 | SRC_URI += "file://Makefile.patch;patch=1 \ | 4 | SRC_URI += "file://Makefile.patch;patch=1 \ |
diff --git a/meta/packages/hostap/hostap-utils_0.3.7.bb b/meta/packages/hostap/hostap-utils_0.3.7.bb index ad06cd3d6d..abfcf53663 100644 --- a/meta/packages/hostap/hostap-utils_0.3.7.bb +++ b/meta/packages/hostap/hostap-utils_0.3.7.bb | |||
@@ -1,3 +1,3 @@ | |||
1 | include hostap-utils.inc | 1 | require hostap-utils.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r3" |
diff --git a/meta/packages/hostap/hostap-utils_0.4.0.bb b/meta/packages/hostap/hostap-utils_0.4.0.bb index ad06cd3d6d..abfcf53663 100644 --- a/meta/packages/hostap/hostap-utils_0.4.0.bb +++ b/meta/packages/hostap/hostap-utils_0.4.0.bb | |||
@@ -1,3 +1,3 @@ | |||
1 | include hostap-utils.inc | 1 | require hostap-utils.inc |
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r3" |