mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https \
|
SRC_URI = "git://github.com/v00d00/gerbera.git;protocol=https \
|
||||||
file://gerbera.service \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
PV = "1.3.0+git${SRCPV}"
|
PV = "1.3.2"
|
||||||
# v1.3.0
|
SRCREV = "42b035ea9098c02af503d6391a0ed56d973aaf23"
|
||||||
SRCREV = "c7a81fb41e446ee67b3eac90e2caecd6de651a16"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@@ -26,8 +24,6 @@ EXTRA_OECMAKE = "-DWITH_JS=FALSE -DWITH_MAGIC=FALSE -DWITH_EXIF=FALSE -DLIBUUID_
|
|||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d ${D}/root/.config/
|
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/"
|
FILES_${PN} += "/root/.config/"
|
||||||
|
|||||||
Reference in New Issue
Block a user