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>
This commit is contained in:
Khem Raj 2020-08-20 11:38:45 +02:00
parent e6d770e0f2
commit b752946ed1
4 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,7 @@ BBFILE_PRIORITY_openembedded-layer = "6"
# to ensure yocto compatibility check pass
BBFILES_DYNAMIC += " \
meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \
perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
"

View File

@ -0,0 +1,3 @@
RDEPENDS_packagegroup-meta-oe-devtools += "\
valijson \
"

View File

@ -116,7 +116,7 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\
mpich msgpack-c nlohmann-json openocd pax-utils \
ipc-run libdbd-mysql-perl libdbi-perl libio-pty-perl php \
protobuf protobuf-c \
rapidjson serialcheck sip3 tclap uftrace uw-imap valijson \
rapidjson serialcheck sip3 tclap uftrace uw-imap \
xmlrpc-c yajl yasm \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "nodejs", "", d)} \