mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +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:
@@ -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 \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
+3
@@ -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)} \
|
||||||
|
|||||||
Reference in New Issue
Block a user