mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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:
parent
e6d770e0f2
commit
b752946ed1
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
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)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user