osmo-pcu: Use CONFFILES for osmo-pcu.cfg

This commit is contained in:
Pau Espin 2017-12-04 18:54:12 +01:00
parent 7b700ba0a0
commit 77c74e4de1
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://git.osmocom.org/osmo-pcu.git;protocol=git;branch=master"
SRCREV = "5b0df1f1c52803ae01c406081efacfdd19a24d4c"
PV = "0.4+git${SRCPV}"
PR = "r0.${META_TELEPHONY_OSMO_INC}"
PR = "r1.${META_TELEPHONY_OSMO_INC}"
S = "${WORKDIR}/git"
DEPENDS = "libosmocore osmo-bts"
@ -35,3 +35,5 @@ do_install_append() {
install -d ${D}/${systemd_system_unitdir}
install -m 0644 ${S}/contrib/osmo-pcu.service ${D}${systemd_system_unitdir}/
}
CONFFILES_${PN} = "${sysconfdir}/osmocom/osmo-pcu.cfg"