diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2017-04-17 13:30:02 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-19 10:18:43 +0100 |
| commit | 567329b56689f3cb9f2649cb52734f093eb85eac (patch) | |
| tree | 5ac55963704f30ae399d40828832f2ce66a03e8a | |
| parent | def638ebd69cef217ca567352bc08920b79ca03d (diff) | |
| download | poky-567329b56689f3cb9f2649cb52734f093eb85eac.tar.gz | |
devupstream.bbclass: minor typo fix
(From OE-Core rev: a7761023696fbefb0d38906b0b02bf4ed211b3fb)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/devupstream.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/devupstream.bbclass b/meta/classes/devupstream.bbclass index 7d4113fcc3..7780c5482c 100644 --- a/meta/classes/devupstream.bbclass +++ b/meta/classes/devupstream.bbclass | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Class for use in BBCLASSEXTEND to make it easier to have a single recipe that | 1 | # Class for use in BBCLASSEXTEND to make it easier to have a single recipe that |
| 2 | # can build both stable tarballs and snapshots from upstream source | 2 | # can build both stable tarballs and snapshots from upstream source |
| 3 | # repoistories. | 3 | # repositories. |
| 4 | # | 4 | # |
| 5 | # Usage: | 5 | # Usage: |
| 6 | # BBCLASSEXTEND = "devupstream:target" | 6 | # BBCLASSEXTEND = "devupstream:target" |
