aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2017-12-18 19:12:33 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-01-08 15:19:18 +0100
commit60a6693cb87f827d8679c649805f065eba3a0cbf (patch)
treec0e9697488f6080924871074056488e5d42bb2cc
parente16a374028d06f1b4b3959c121ab7dce3f5e8847 (diff)
osmo-sgsn: no longer depend on libpcap
Since osmo-sgsn a801fba4d32825da044c3c713043e9e919a09fc6 the libcap dependency is removed. Change-Id: I284c16c1f7abd3b24525b824baca357576f16675
-rw-r--r--recipes-osmocom/osmo-sgsn/osmo-sgsn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc b/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc
index 25c6a25..84c4e41 100644
--- a/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc
+++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "https://osmocom.org/projects/osmosgsn"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
-DEPENDS = "c-ares libpcap libosmocore libosmo-netif osmo-ggsn"
+DEPENDS = "c-ares libosmocore libosmo-netif osmo-ggsn"
INC_PR="r4.${META_TELEPHONY_OSMO_INC}"