mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
gerbera: clean recipe
Clean the recipe and change the name of libupnp to libupnp1.8. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d56f417498
commit
476e02efd5
@@ -4,31 +4,29 @@ 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 "
|
file://gerbera.service \
|
||||||
|
"
|
||||||
|
|
||||||
|
|
||||||
# Modify these as desired
|
|
||||||
PV = "1.0+git${SRCPV}"
|
PV = "1.0+git${SRCPV}"
|
||||||
SRCREV = "4435b165d121195aefd67d0287f7f9349e181d45"
|
SRCREV = "4435b165d121195aefd67d0287f7f9349e181d45"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
DEPENDS = "expat zlib curl libupnp e2fsprogs sqlite3 taglib "
|
DEPENDS = "expat zlib curl libupnp e2fsprogs sqlite3 "
|
||||||
RDEPENDS_${PN} = "expat zlib curl libupnp e2fsprogs taglib "
|
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "gerbera.service"
|
SYSTEMD_SERVICE_${PN} = "gerbera.service"
|
||||||
SYSTEMD_AUTO_ENABLE = "enable"
|
|
||||||
|
|
||||||
inherit cmake systemd
|
inherit cmake systemd
|
||||||
|
|
||||||
EXTRA_OECMAKE = "-DWITH_JS=FALSE -DWITH_TAGLIB=FALSE -DWITH_MAGIC=FALSE -DWITH_EXIF=FALSE -DLIBUUID_INCLUDE_DIRS=${WORKDIR}/recipe-sysroot/usr/include -DLIBUUID_LIBRARIES=-luuid"
|
PACKAGECONFIG = ""
|
||||||
|
PACKAGECONFIG[taglib] = "-DWITH_TAGLIB=TRUE,-DWITH_TAGLIB=FALSE,taglib"
|
||||||
|
|
||||||
|
EXTRA_OECMAKE = "-DWITH_JS=FALSE -DWITH_MAGIC=FALSE -DWITH_EXIF=FALSE -DLIBUUID_INCLUDE_DIRS=${STAGING_INCDIR} -DLIBUUID_LIBRARIES=-luuid"
|
||||||
|
|
||||||
do_install_append() {
|
do_install_append() {
|
||||||
install -d ${D}/root/.config/
|
install -d ${D}/root/.config/
|
||||||
install -d ${D}${systemd_system_unitdir}
|
install -d ${D}${systemd_system_unitdir}
|
||||||
install -m 0644 ${WORKDIR}/gerbera.service ${D}${systemd_system_unitdir}/
|
install -m 0644 ${WORKDIR}/gerbera.service ${D}${systemd_system_unitdir}/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += " /root/.config/ \
|
FILES_${PN} += "/root/.config/"
|
||||||
${systemd_system_unitdir}/* \
|
|
||||||
"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user