gerbera: Upgrade 1.3.0 -> 1.3.2

Use the upstream systemd service file.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adrian Bunk
2019-10-28 20:54:44 +02:00
committed by Khem Raj
parent e51cd9132a
commit 3a0cf86c34
2 changed files with 2 additions and 19 deletions
@@ -1,13 +0,0 @@
[Unit]
Description=Start Gerbera, an UPnP media server
After=multi-user.target network-online.target
Wants=network-online.target
[Service]
ExecStart=/usr/bin/gerbera
Environment='HOME=/root'
Type=simple
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
@@ -4,12 +4,10 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https \
file://gerbera.service \
"
PV = "1.3.0+git${SRCPV}"
# v1.3.0
SRCREV = "c7a81fb41e446ee67b3eac90e2caecd6de651a16"
PV = "1.3.2"
SRCREV = "42b035ea9098c02af503d6391a0ed56d973aaf23"
S = "${WORKDIR}/git"
@@ -26,8 +24,6 @@ EXTRA_OECMAKE = "-DWITH_JS=FALSE -DWITH_MAGIC=FALSE -DWITH_EXIF=FALSE -DLIBUUID_
do_install_append() {
install -d ${D}/root/.config/
install -d ${D}${systemd_system_unitdir}
install -m 0644 ${WORKDIR}/gerbera.service ${D}${systemd_system_unitdir}/
}
FILES_${PN} += "/root/.config/"