Signed-off-by: Jacob Stiffler <[email protected]> --- .../recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb index 31fea93..ba587df 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps" require matrix-gui-apps-git.inc -PR = "${INC_PR}.7" +PR = "${INC_PR}.8" inherit allarch @@ -13,6 +13,6 @@ S = "${WORKDIR}/git/arm_apps" RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-arm" # Make sure the benchmarks have been installed -RDEPENDS_${PN} += "arm-benchmarks lmbench nbench-byte matrix-gui-helper-scripts" +RDEPENDS_${PN} += "arm-benchmarks lmbench nbench-byte matrix-gui-helper-scripts posix-smp-demo" FILES_${PN} += "${MATRIX_BASE_DIR}/*" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
