diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-02-16 08:23:02 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-18 23:53:54 +0000 |
commit | e1a2a5a206438e125811c22b25bc271014fc7e76 (patch) | |
tree | 544c87b081efc4ea7534539308ed0d604db6f5b1 /meta/conf | |
parent | 39970f583dddf04139a039cbe04e62b7236f0481 (diff) | |
download | poky-e1a2a5a206438e125811c22b25bc271014fc7e76.tar.gz |
fix various, innocuous typos
Corrections:
- environment
- accommodate
- conversion
- compatible
(From OE-Core rev: 9797d3b45b4e1b9d77f0f2ee299c17b48d8d3cf6)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/licenses.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index 1c586a3bc6..751424d1b6 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf | |||
@@ -1,7 +1,7 @@ | |||
1 | # Standards are great! Everyone has their own. In an effort to standardize licensing | 1 | # Standards are great! Everyone has their own. In an effort to standardize licensing |
2 | # names, common-licenses will use the SPDX standard license names. In order to not | 2 | # names, common-licenses will use the SPDX standard license names. In order to not |
3 | # break the non-standardized license names that we find in LICENSE, we'll set | 3 | # break the non-standardized license names that we find in LICENSE, we'll set |
4 | # up a bunch of VarFlags to accomodate non-SPDX license names. | 4 | # up a bunch of VarFlags to accommodate non-SPDX license names. |
5 | # | 5 | # |
6 | # We should really discuss standardizing this field, but that's a longer term goal. | 6 | # We should really discuss standardizing this field, but that's a longer term goal. |
7 | # For now, we can do this and it should grab the most common LICENSE naming variations. | 7 | # For now, we can do this and it should grab the most common LICENSE naming variations. |