1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

matrix-gui: include php.ini in SRC_URI

This commit is contained in:
Koen Kooi
2011-11-03 17:24:28 +01:00
parent da1dcfc47c
commit 33a60f0b46
+3 -2
View File
@@ -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