diff options
| author | Maxin B. John <maxin.john@intel.com> | 2015-11-05 17:48:18 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-24 15:50:27 +0000 |
| commit | a205c4ce1d420ab2a46e1da62cd96fc4b8564e2e (patch) | |
| tree | 6b05c41b5f65439ec55c4e318162d7377792114e /meta/classes/module-base.bbclass | |
| parent | cf218e56afb82458d554608c137bdbed83acb76b (diff) | |
| download | poky-a205c4ce1d420ab2a46e1da62cd96fc4b8564e2e.tar.gz | |
bbclass: fix spelling mistakes
Fix some spelling mistakes in bbclass files
(From OE-Core rev: ed484c06f436eea62c5d0b1a2964f219f3e5cb61)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/module-base.bbclass')
| -rw-r--r-- | meta/classes/module-base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/module-base.bbclass b/meta/classes/module-base.bbclass index cf4b02ee02..6fe77c01b7 100644 --- a/meta/classes/module-base.bbclass +++ b/meta/classes/module-base.bbclass | |||
| @@ -19,7 +19,7 @@ KERNEL_OBJECT_SUFFIX = ".ko" | |||
| 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 20 | 20 | ||
| 21 | # Function to ensure the kernel scripts are created. Expected to | 21 | # Function to ensure the kernel scripts are created. Expected to |
| 22 | # be called before do_compile. See module.bbclass for an exmaple. | 22 | # be called before do_compile. See module.bbclass for an example. |
| 23 | do_make_scripts() { | 23 | do_make_scripts() { |
| 24 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS | 24 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS |
| 25 | make CC="${KERNEL_CC}" LD="${KERNEL_LD}" AR="${KERNEL_AR}" \ | 25 | make CC="${KERNEL_CC}" LD="${KERNEL_LD}" AR="${KERNEL_AR}" \ |
