osmocom: Use CONFFILES for cfg files

Change-Id: I4a4c7d4a5e3e58c413c82b75f442ae9321d64998
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr.inc b/recipes-osmocom/osmo-hlr/osmo-hlr.inc
index 8afe774..7dd6234 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr.inc
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr.inc
@@ -5,7 +5,7 @@
 
 DEPENDS = "libtalloc libosmocore libosmo-abis sqlite3 sqlite3-native"
 
-INC_PR="r0.${META_TELEPHONY_OSMO_INC}"
+INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
 
 inherit autotools pkgconfig systemd
 
@@ -24,3 +24,7 @@
 }
 
 SYSTEMD_SERVICE_${PN} = "${PN}.service"
+CONFFILES_osmo-hlr = "\
+		${sysconfdir}/osmocom/osmo-hlr.cfg \
+		${localstatedir}/lib/osmocom/hlr.db \
+		"