meta-telephony[laforge/nightly]: libosmocore: depend on gnutls for compilation now

2017-11-03 Thread Harald Welte

Patch Set 1: Code-Review+2 Verified+1

-- 
To view, visit https://gerrit.osmocom.org/4673
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic349f551261715fcc2e3e0b725fd94deaedaa682
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Owner: Harald Welte 
Gerrit-Reviewer: Harald Welte 
Gerrit-HasComments: No


[PATCH] meta-telephony[laforge/nightly]: libosmocore: depend on gnutls for compilation now

2017-11-03 Thread Harald Welte

Review at  https://gerrit.osmocom.org/4673

libosmocore: depend on gnutls for compilation now

Change-Id: Ic349f551261715fcc2e3e0b725fd94deaedaa682
---
M recipes-osmocom/libosmocore/libosmocore_git.bb
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/73/4673/1

diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb 
b/recipes-osmocom/libosmocore/libosmocore_git.bb
index 3629074..d240a71 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -4,9 +4,9 @@
 SRCREV = "${AUTOREV}"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
 PV = "0.10.2+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
-DEPENDS += "libtalloc"
+DEPENDS += "libtalloc gnutls"
 
 PACKAGES =+ "libosmoctrl libosmocodec libosmogb libosmogsm libosmovty 
osmo-arfcn osmo-auc-gen"
 FILES_libosmoctrl = "${libdir}/libosmoctrl${SOLIBS}"

-- 
To view, visit https://gerrit.osmocom.org/4673
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic349f551261715fcc2e3e0b725fd94deaedaa682
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Owner: Harald Welte 


[MERGED] meta-telephony[laforge/nightly]: libosmocore: depend on gnutls for compilation now

2017-11-03 Thread Harald Welte
Harald Welte has submitted this change and it was merged.

Change subject: libosmocore: depend on gnutls for compilation now
..


libosmocore: depend on gnutls for compilation now

Change-Id: Ic349f551261715fcc2e3e0b725fd94deaedaa682
---
M recipes-osmocom/libosmocore/libosmocore_git.bb
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb 
b/recipes-osmocom/libosmocore/libosmocore_git.bb
index 3629074..d240a71 100644
--- a/recipes-osmocom/libosmocore/libosmocore_git.bb
+++ b/recipes-osmocom/libosmocore/libosmocore_git.bb
@@ -4,9 +4,9 @@
 SRCREV = "${AUTOREV}"
 SRC_URI = "git://git.osmocom.org/libosmocore.git;protocol=git;nobranch=1"
 PV = "0.10.2+gitr${SRCPV}"
-PR = "r0"
+PR = "r1"
 
-DEPENDS += "libtalloc"
+DEPENDS += "libtalloc gnutls"
 
 PACKAGES =+ "libosmoctrl libosmocodec libosmogb libosmogsm libosmovty 
osmo-arfcn osmo-auc-gen"
 FILES_libosmoctrl = "${libdir}/libosmoctrl${SOLIBS}"

-- 
To view, visit https://gerrit.osmocom.org/4673
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic349f551261715fcc2e3e0b725fd94deaedaa682
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Owner: Harald Welte 
Gerrit-Reviewer: Harald Welte