From: "Franklin S. Cooper Jr" <[email protected]> * For now this recipe simply adds the optimize-benchmark script
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../matrix/matrix-gui-helper-scripts.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb new file mode 100644 index 0000000..9f96be1 --- /dev/null +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Demo helper scripts for Matrix v2" +HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps" + +require matrix-gui-apps-git.inc + +PR = "${INC_PR}.0" + +inherit allarch + +S = "${WORKDIR}/git/scripts" + +do_install_append(){ + install -d ${D}${bindir} + install -m 0755 ${S}/optimize-benchmark.sh ${D}${bindir}/ +} + +FILES_${PN} += "{bindir}/*" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
