mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
gerbera: Upgrade to 3.0.0
Add missing dependencies on icu and jsoncpp Package bash-completion scripts, fixes ERROR: gerbera-3.0.0-r0 do_package: QA Issue: gerbera: Files/directories were installed but not shipped in any package: /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/gerbera Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f00b6ad12f
commit
336fd817c2
|
|
@ -3,15 +3,15 @@ Description = "Gerbera is a UPnP media server which allows you to stream your di
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
|
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=25cdec9afe3f1f26212ead6bd2f7fac8"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/gerbera/gerbera.git;protocol=https;branch=master"
|
SRC_URI = "git://github.com/gerbera/gerbera.git;protocol=https;branch=master;tag=v${PV}"
|
||||||
SRCREV = "870dd32d42f626dc2246d34b2224ffb6fd73e205"
|
SRCREV = "7846f3dd5d0f848a60d0c3146c3b7290881a8992"
|
||||||
|
|
||||||
|
|
||||||
DEPENDS = "pugixml sqlite3 zlib fmt spdlog util-linux-libuuid libupnp libnsl2"
|
DEPENDS = "pugixml sqlite3 zlib fmt spdlog util-linux-libuuid libupnp libnsl2 icu jsoncpp"
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "gerbera.service"
|
SYSTEMD_SERVICE:${PN} = "gerbera.service"
|
||||||
|
|
||||||
inherit cmake pkgconfig systemd
|
inherit bash-completion cmake pkgconfig systemd
|
||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} curl taglib inotify exif matroska magic js"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} curl taglib inotify exif matroska magic js"
|
||||||
PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=TRUE,-DWITH_SYSTEMD=FALSE,systemd"
|
PACKAGECONFIG[systemd] = "-DWITH_SYSTEMD=TRUE,-DWITH_SYSTEMD=FALSE,systemd"
|
||||||
Loading…
Reference in New Issue
Block a user