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.orgPau Espin Pedrol has submitted this change and it was merged.
Change subject: ortp: Move DEPENDS to inc file and fix whitespace
......................................................................
ortp: Move DEPENDS to inc file and fix whitespace
Change-Id: Idf1c060d8fdbe0a309366ed7bd1e79f40625405c
---
M recipes-misc/ortp/ortp.inc
M recipes-misc/ortp/ortp_0.25.0.bb
2 files changed, 2 insertions(+), 3 deletions(-)
Approvals:
Pau Espin Pedrol: Verified
Harald Welte: Looks good to me, approved
diff --git a/recipes-misc/ortp/ortp.inc b/recipes-misc/ortp/ortp.inc
index 98a52eb..068c4de 100644
--- a/recipes-misc/ortp/ortp.inc
+++ b/recipes-misc/ortp/ortp.inc
@@ -9,10 +9,10 @@
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
+DEPENDS = "glib-2.0 openssl"
+
do_compile_append() {
sed -i -e s:${STAGING_DIR_TARGET}::g \
-e s:/${TARGET_SYS}::g \
ortp.pc
-
}
-
diff --git a/recipes-misc/ortp/ortp_0.25.0.bb b/recipes-misc/ortp/ortp_0.25.0.bb
index 74687a2..b48660b 100644
--- a/recipes-misc/ortp/ortp_0.25.0.bb
+++ b/recipes-misc/ortp/ortp_0.25.0.bb
@@ -1,5 +1,4 @@
require ortp.inc
-DEPENDS = "glib-2.0 openssl"
PR = "${INC_PR}.1"
SRC_URI[md5sum] = "f44b4ab2a8de32c19abfa584c4426f76"
--
To view, visit https://gerrit.osmocom.org/5171
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Idf1c060d8fdbe0a309366ed7bd1e79f40625405c
Gerrit-PatchSet: 2
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
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>