diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-27 09:27:44 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:38 +0000 |
commit | 7cace4c73e259883e7b4f577a7713b13dcabf5ab (patch) | |
tree | 67f6eb64fc2a509872c666d983d320c52c3692ef /meta | |
parent | ca8e1e5832763d05039a91ae8e4ecff8e14f8b2f (diff) | |
download | poky-7cace4c73e259883e7b4f577a7713b13dcabf5ab.tar.gz |
meta/conf/layer.conf: fix typo
(From OE-Core rev: 50d484e66b410568f6c9da699e56d7c3641eae6e)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9773632256..2ecba0f937 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -16,7 +16,7 @@ BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | |||
16 | # Set a variable to get to the top of the metadata location | 16 | # Set a variable to get to the top of the metadata location |
17 | COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' | 17 | COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' |
18 | 18 | ||
19 | # opkg-utils is for update-altnernatives :( | 19 | # opkg-utils is for update-alternatives :( |
20 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | 20 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ |
21 | sysvinit-inittab \ | 21 | sysvinit-inittab \ |
22 | shadow-securetty \ | 22 | shadow-securetty \ |