* The various set clock frequency demos have now been replaced by a single HTML clock frequency demo. * This demo dynamically determines supported frequencies and allows the user to select the frequency they want to set.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../recipes-core/matrix/matrix-gui-apps-git.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc index 9158681..a6004c8 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc @@ -4,9 +4,9 @@ LICENSE_CHECKSUM = "LICENSE;md5=6e0ae7214f6c74c149cb25f373057fa9" LIC_FILES_CHKSUM := "file://../${LICENSE_CHECKSUM}" SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}" -SRCREV = "2f938391c53826d261f41e8a177413793194499e" +SRCREV = "c3ffe73dbbc911742ef87217a060cac1d119c531" BRANCH = "master" -INC_PR = "r13" +INC_PR = "r14" # Pull in the base package for installing matrix applications require matrix-gui-apps.inc -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
