It's recommended to indicate the recipe or general area of the change in the beginning of the shortlog/subject, e.g. "matrix-gui-crypto-demos: ..."
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines On Mon, Feb 07, 2022 at 08:43:31AM +0000, Corentin Labbe wrote: > From: Corentin Labbe <[email protected]> > > crypto_apps_program depended on ti-crypto-examples which is disabled since 2 > years now. > So let's fallback to original crypto_apps_script > > Signed-off-by: Corentin LABBE <[email protected]> > --- Also, the changes in PATCH v2 since v1 go in here. > .../recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb | 9 --------- > 1 file changed, 9 deletions(-) > > diff --git > a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb > b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb > index 7029df53..8afd79c7 100644 > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb > @@ -7,17 +7,8 @@ PR = "${INC_PR}.12" > PACKAGE_ARCH = "${MACHINE_ARCH}" > > S = "${WORKDIR}/git/cryptos_apps_scripts" > -S_ti33x = "${WORKDIR}/git/cryptos_apps_program" > -S_ti43x = "${WORKDIR}/git/cryptos_apps_program" > -S_dra7xx = "${WORKDIR}/git/cryptos_apps_program" > -S_keystone = "${WORKDIR}/git/cryptos_apps_program" > > FILES_${PN} += "${MATRIX_BASE_DIR}/*" > > # Make sure crypto submenu and app images has been installed. Also make sure > openssl is available > RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos > openssl matrix-gui-helper-scripts" > - > -#RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples" > -#RDEPENDS_${PN}_append_ti43x = " ti-crypto-examples" > -#RDEPENDS_${PN}_append_dra7xx = " ti-crypto-examples" > -#RDEPENDS_${PN}_append_keystone = " ti-crypto-examples" > -- > 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13499): https://lists.yoctoproject.org/g/meta-arago/message/13499 Mute This Topic: https://lists.yoctoproject.org/mt/88967741/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
