Change in meta-telephony[201705]: osmo-hlr: Fix /usr/share/osmocom/* not shipped in any package

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Nov 17 12:36:17 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/meta-telephony/+/26315 )

Change subject: osmo-hlr: Fix /usr/share/osmocom/* not shipped in any package
......................................................................

osmo-hlr: Fix /usr/share/osmocom/* not shipped in any package

Since osmo-hlr.git 60673e7f771c3362f9d0d26d4c03cfe85ed5a5b3, a new file
/usr/share/osmocom/osmo-hlr-post-upgrade.sh is installed by "make
install". However, that path is not included in any of the default path
list in FILES_${PN} (see meta/conf/bitbake.conf).

Hence, we must add it manually in order to fix following error:
"""
ERROR: osmo-hlr-1.3.0+gitrAUTOINC+60673e7f77-r2.18.0 do_package: QA Issue: osmo-hlr: Files/directories were installed but not shipped in any package:
  /usr/share/osmocom
  /usr/share/osmocom/osmo-hlr-post-upgrade.sh
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
osmo-hlr: 2 installed and not shipped files. [installed-vs-shipped]
"""

Related: OS#5138
Change-Id: Icdf060f519aaed043eed0dc79779258b0e39006a
---
M recipes-osmocom/osmo-hlr/osmo-hlr.inc
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  pespin: Looks good to me, approved; Verified



diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr.inc b/recipes-osmocom/osmo-hlr/osmo-hlr.inc
index 7fa415b..c270746 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr.inc
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr.inc
@@ -38,6 +38,8 @@
 		${bindir}/osmo-euse-demo \
 		"
 
+FILES_${PN} =+ "${datadir}/osmocom/*"
+
 SYSTEMD_SERVICE_${PN} = "${PN}.service"
 CONFFILES_osmo-hlr = "\
 		${sysconfdir}/osmocom/osmo-hlr.cfg \

-- 
To view, visit https://gerrit.osmocom.org/c/meta-telephony/+/26315
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: Icdf060f519aaed043eed0dc79779258b0e39006a
Gerrit-Change-Number: 26315
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211117/04955c70/attachment.htm>


More information about the gerrit-log mailing list