mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
491 B
BlitzBasic
14 lines
491 B
BlitzBasic
SUMMARY = "Using nlohmann::json with pybind11"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=0e25ff0ec476d06d366439e1120cce98"
|
|
|
|
SRCREV = "32043f433ed987b2c2ce99d689ec337bcbd4ba95"
|
|
SRC_URI = "git://github.com/pybind/pybind11_json;branch=master;protocol=https \
|
|
file://d72ad4df929bc9d0882298fc1f85ecf589456ff6.patch"
|
|
|
|
DEPENDS += "nlohmann-json python3-pybind11"
|
|
|
|
EXTRA_OECMAKE += "-DPYBIND11_USE_CROSSCOMPILING=ON"
|
|
|
|
inherit cmake python3native python3targetconfig
|