diff --git a/recipes-matter/barton-matter/barton-matter_1.5.1.0.bb b/recipes-matter/barton-matter/barton-matter_1.5.1.0.bb index 7aba987..47c75ed 100644 --- a/recipes-matter/barton-matter/barton-matter_1.5.1.0.bb +++ b/recipes-matter/barton-matter/barton-matter_1.5.1.0.bb @@ -31,7 +31,7 @@ SRC_URI:append = " file://0009-pigweed-upgrade-setuptools-for-yocto.patch;patchd S = "${WORKDIR}/git" B = "${WORKDIR}/build" -PR = "r0" +PR = "r1" DEPENDS:append = " \ curl-native \ @@ -122,6 +122,23 @@ do_init_submodules() { addtask do_init_submodules after do_unpack before do_patch +# Source a bash-only script (bootstrap.sh / activate.sh) in a bash subprocess +# and import all new/changed environment variables back into the current shell. +# Usage: _matter_source_bash_env