From 33a60f0b46199610ce0d031cf236a35a42a89e39 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 3 Nov 2011 17:24:28 +0100 Subject: [PATCH] matrix-gui: include php.ini in SRC_URI --- recipes-ti/matrix/matrix-gui_2.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-ti/matrix/matrix-gui_2.0.bb b/recipes-ti/matrix/matrix-gui_2.0.bb index f4b7cd30..e71effc9 100644 --- a/recipes-ti/matrix/matrix-gui_2.0.bb +++ b/recipes-ti/matrix/matrix-gui_2.0.bb @@ -6,14 +6,15 @@ LIC_FILES_CHKSUM = "file://javascript/jquery-latest.js;md5=9118381924c51c89d9414 SECTION = "multimedia" -PR = "r4" +PR = "r5" inherit allarch BRANCH ?= "master" SRCREV = "8e2bd5ffdded23bb662476fcd2490fa1526801f8" -SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH}" +SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \ + file://php.ini" require matrix-gui-paths.inc