Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Wednesday, October 16, 2013 11:10 AM > To: [email protected] > Subject: [meta-arago] [PATCH] matrix-gui-crypto-demos: Add am437x support > > * Add support for the AM437x to use the C based crypto demos > which provide the wrapper scripts so don't install the > wrapper scripts with this recipe. > > Signed-off-by: Chase Maupin <[email protected]> > --- > .../matrix/matrix-gui-crypto-demos_2.0.bb | 4 +++- > 1 files changed, 3 insertions(+), 1 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 328d503..7cd9f2f 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 > @@ -4,12 +4,13 @@ LICENSE = "CC-BY-SA" > > require matrix-gui-apps-git.inc > > -PR = "${INC_PR}.5" > +PR = "${INC_PR}.6" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > S = "${WORKDIR}/git/cryptos_apps_scripts" > S_ti33x = "${WORKDIR}/git/cryptos_apps_program" > +S_ti43x = "${WORKDIR}/git/cryptos_apps_program" > > FILES_${PN} += "${MATRIX_BASE_DIR}/*" > > @@ -17,3 +18,4 @@ FILES_${PN} += "${MATRIX_BASE_DIR}/*" > RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos > openssl" > > RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples" > +RDEPENDS_${PN}_append_ti43x = " ti-crypto-examples" > -- > 1.7.0.4 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
