ortp: Fix DEPENDS based on QA issue

WARNING: QA Issue: ortp rdepends on libcrypto, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: ortp rdepends on libssl, but it isn't a build dependency? [build-deps]
This commit is contained in:
Holger Hans Peter Freyther 2014-11-03 08:03:13 +01:00
parent c665acff46
commit 07c37e9902
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require ortp.inc
DEPENDS = "glib-2.0 "
DEPENDS = "glib-2.0 openssl"
PR = "${INC_PR}.1"
SRC_URI += "file://0001-fix-unused-variables.patch;patch=1 \