summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 234e6c7)
raw | patch | inline | side by side (parent: 234e6c7)
author | Koen Kooi <koen@dominion.thruhere.net> | |
Thu, 3 Nov 2011 15:00:44 +0000 (16:00 +0100) | ||
committer | Koen Kooi <koen@dominion.thruhere.net> | |
Thu, 3 Nov 2011 15:00:44 +0000 (16:00 +0100) |
Also get rid of browser dependency, it's not needed for the server to work
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
recipes-ti/matrix/matrix-gui/matrix-gui.service | [deleted file] | patch | blob | history |
recipes-ti/matrix/matrix-gui_2.0.bb | patch | blob | history |
diff --git a/recipes-ti/matrix/matrix-gui/matrix-gui.service b/recipes-ti/matrix/matrix-gui/matrix-gui.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Texas Instruments Matrix GUI
-ConditionPathExists=|__MATRIX_BASE_DIR__
-
-[Service]
-WorkingDirectory=__MATRIX_BASE_DIR__
-ExecStart=/usr/bin/node -- server.js
-
-[Install]
-WantedBy=multi-user.target
index a0965d57324856c02972fa103fe5ec88c829bcef..dde76eefac8fcd547d401ebe0f5c63cb7eb7e07f 100644 (file)
SECTION = "multimedia"
-PR = "r3"
+PR = "r4"
inherit allarch
BRANCH ?= "master"
SRCREV = "8e2bd5ffdded23bb662476fcd2490fa1526801f8"
-SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH} \
- file://matrix-gui.service"
+SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH}"
require matrix-gui-paths.inc
# Install our php.ini file
install -m 0644 ${WORKDIR}/php.ini ${D}${MATRIX_BASE_DIR}/
-
- # Set the proper path in the init script
- sed -i -e s=__MATRIX_WEB_DIR__=${MATRIX_WEB_DIR}=g ${WORKDIR}/matrix-gui.service
-
- install -d ${D}${base_libdir}/systemd/system/
- install -m 0755 ${WORKDIR}/matrix-gui.service ${D}${base_libdir}/systemd/system/
-
- # activate it on first boot
- install -d ${D}${base_libdir}/systemd/system/multi-user.target.wants
- ln -sf ../matrix-gui.service ${D}${base_libdir}/systemd/system/multi-user.target.wants/
}
-RDEPENDS_${PN} += "lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire php php-cgi php-cli matrix-gui-browser"
+RDEPENDS_${PN} += "lighttpd lighttpd-module-cgi lighttpd-module-compress lighttpd-module-expire php php-cgi php-cli"
FILES_${PN} += "${MATRIX_BASE_DIR}/*"