diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-08-20 11:38:45 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-20 09:51:14 -0700 |
| commit | b752946ed1cca14f4bf8560df67a0f8abe123024 (patch) | |
| tree | 7ec0d9186220004b08667fdf9a8ebc9dde855a1f /meta-oe/conf/layer.conf | |
| parent | e6d770e0f22769bdaf1bc470d95971f7c2f382ee (diff) | |
| download | meta-openembedded-b752946ed1cca14f4bf8560df67a0f8abe123024.tar.gz | |
valijson: Move it to networking-layer under BBFILES_DYNAMIC
it has a hard dependency on curlpp package which comes from
meta-networking
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Cc: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf/layer.conf')
| -rw-r--r-- | meta-oe/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index 5bf1f6cfd9..5178678da2 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -27,6 +27,7 @@ BBFILE_PRIORITY_openembedded-layer = "6" | |||
| 27 | # to ensure yocto compatibility check pass | 27 | # to ensure yocto compatibility check pass |
| 28 | BBFILES_DYNAMIC += " \ | 28 | BBFILES_DYNAMIC += " \ |
| 29 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ | 29 | meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ |
| 30 | networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ | ||
| 30 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ | 31 | perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \ |
| 31 | " | 32 | " |
| 32 | 33 | ||
