Message ID | 20250320181047.18035-13-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Wrap bbappends in a compliant manner | expand |
diff --git a/meta-arago-distro/recipes-extended/bash/bash_%.bbappend b/meta-arago-distro/recipes-extended/bash/bash-arago.inc similarity index 100% copy from meta-arago-distro/recipes-extended/bash/bash_%.bbappend copy to meta-arago-distro/recipes-extended/bash/bash-arago.inc diff --git a/meta-arago-distro/recipes-extended/bash/bash_%.bbappend b/meta-arago-distro/recipes-extended/bash/bash_%.bbappend index c837e5e3..768b3925 100644 --- a/meta-arago-distro/recipes-extended/bash/bash_%.bbappend +++ b/meta-arago-distro/recipes-extended/bash/bash_%.bbappend @@ -1,3 +1,4 @@ -PR:append = ".arago0" +BASH_ARAGO = "" +BASH_ARAGO:arago = "bash-arago.inc" -EXTRA_OECONF += " --disable-command-timing" +require ${BASH_ARAGO}
Wrap the bbappend in a yocto-check-layer compliant manner so that only if you are building this recipe under meta-arago-distro with the arago DISTRO_OVERRIDE would the bbappend apply. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../bash/{bash_%.bbappend => bash-arago.inc} | 0 meta-arago-distro/recipes-extended/bash/bash_%.bbappend | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) copy meta-arago-distro/recipes-extended/bash/{bash_%.bbappend => bash-arago.inc} (100%)