Change in meta-telephony[201705]: osmo-ggsn: Fix build if required kernel modules are built-in in kernel

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Fri Aug 17 08:05:19 UTC 2018


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/10484 )

Change subject: osmo-ggsn: Fix build if required kernel modules are built-in in kernel
......................................................................

osmo-ggsn: Fix build if required kernel modules are built-in in kernel

If kernel being built has some of the required modules built-in, package
for that module is not generated, and so dependencies wil lfail at
install time during image generation.

Change-Id: I2e0d1fbcffc5f72980878ac76072d9de5fc0c690
---
M recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Pau Espin Pedrol: Verified



diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
index 58f00ec..8c948cc 100644
--- a/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
+++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn_git.bb
@@ -15,7 +15,8 @@
 DEPENDS = "libosmocore"
 
 PACKAGES =+ " libgtp libgtp-dev libgtp-staticdev osmo-sgsnemu"
-RDEPENDS_${PN} += "iptables kernel-module-ipt-masquerade kernel-module-tun"
+RDEPENDS_${PN} += "iptables"
+RRECOMMENDS_${PN} += "kernel-module-ipt-masquerade kernel-module-tun"
 
 inherit autotools update-rc.d pkgconfig systemd
 

-- 
To view, visit https://gerrit.osmocom.org/10484
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-MessageType: merged
Gerrit-Change-Id: I2e0d1fbcffc5f72980878ac76072d9de5fc0c690
Gerrit-Change-Number: 10484
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180817/cf258bc4/attachment.htm>


More information about the gerrit-log mailing list