Signed-off-by: Eric Ruei <[email protected]> --- meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb | 7 ++++++- meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb index 1e88084..0d4d867 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-3d-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}.8" +PR = "${INC_PR}.9" S = "${WORKDIR}/git/3d_apps" @@ -41,6 +41,10 @@ PACKAGES_append_ti33x = " \ matrix-3d-demo-kmscube \ " +PACKAGES_append_k3 = " \ + matrix-3d-demo-kmscube \ +" + MATRIX_3D_DEMO_SGX_QAF_PARAM = "1000" do_install_prepend() { @@ -53,6 +57,7 @@ do_install_prepend() { 3D_DEMOS_RDEPENDS_omap-a15 = "${3D_DEMOS_RDEPENDS_MATRIX} img-pvr-sdk" 3D_DEMOS_RDEPENDS_ti43x = "${3D_DEMOS_RDEPENDS_MATRIX} img-pvr-sdk" 3D_DEMOS_RDEPENDS_ti33x = "${3D_DEMOS_RDEPENDS_MATRIX} img-pvr-sdk" +3D_DEMOS_RDEPENDS_k3 = "${3D_DEMOS_RDEPENDS_MATRIX} img-pvr-sdk" RDEPENDS_matrix-3d-demo-chameleon = "${3D_DEMOS_RDEPENDS}" RDEPENDS_matrix-3d-demo-coverflow = "${3D_DEMOS_RDEPENDS}" diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb index ff57e12..d8aa00b 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d" SECTION = "multimedia" -PR = "r34" +PR = "r35" INITSCRIPT_NAME = "matrix-gui-2.0" INITSCRIPT_PARAMS = "defaults 97" @@ -55,7 +55,6 @@ do_install(){ GUIDEPS = "matrix-gui-browser refresh-screen" GUIDEPS_keystone = "" GUIDEPS_omapl138 = "" -GUIDEPS_k3 = "" RDEPENDS_${PN} += "matrix-lighttpd-config lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire php php-cgi php-cli ${GUIDEPS}" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
