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
+1
View File
@@ -27,6 +27,7 @@ BBFILE_PRIORITY_openembedded-layer = "6"
# to ensure yocto compatibility check pass # to ensure yocto compatibility check pass
BBFILES_DYNAMIC += " \ BBFILES_DYNAMIC += " \
meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ 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 \ perl-layer:${LAYERDIR}/dynamic-layers/perl-layer/recipes-*/*/*.bb \
" "
@@ -0,0 +1,3 @@
RDEPENDS_packagegroup-meta-oe-devtools += "\
valijson \
"
@@ -116,7 +116,7 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\
mpich msgpack-c nlohmann-json openocd pax-utils \ mpich msgpack-c nlohmann-json openocd pax-utils \
ipc-run libdbd-mysql-perl libdbi-perl libio-pty-perl php \ ipc-run libdbd-mysql-perl libdbi-perl libio-pty-perl php \
protobuf protobuf-c \ protobuf protobuf-c \
rapidjson serialcheck sip3 tclap uftrace uw-imap valijson \ rapidjson serialcheck sip3 tclap uftrace uw-imap \
xmlrpc-c yajl yasm \ xmlrpc-c yajl yasm \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "nodejs", "", d)} \ ${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "nodejs", "", d)} \