On Thu, Jul 27, 2017 at 06:28:13PM -0400, Eric Ruei wrote: > Signed-off-by: Eric Ruei <[email protected]> > --- > .../recipes-core/matrix/matrix-gui-browser-demos_2.0.bb | 16 > ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 > meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb > > diff --git > a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb > b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb > new file mode 100644 > index 0000000..63811c7 > --- /dev/null > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser-demos_2.0.bb > @@ -0,0 +1,16 @@ > +DESCRIPTION = "Various Demo Browsers for Matrix v2"
SUMMARY ^^^ > +HOMEPAGE = "https://git.ti.com/matrix-gui-v2/matrix-gui-v2-apps" > + > +require matrix-gui-apps-git.inc > + > +PR = "${INC_PR}.0" > + > +inherit allarch > + > +S = "${WORKDIR}/git/browser_apps" > + > +# Make sure browser submenu and app images has been installed > +RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-browser" > + > +FILES_${PN} += "${MATRIX_BASE_DIR}/*" > +FILES_${PN} += "${bindir}/runGoogleChrome.sh" > -- > 1.9.1 > > _______________________________________________ > 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
