libsrtp: Fix compilation and add pkgconfig

With current recipe state only static library was
build. Add extra option to build dynamic library
and also inherit pkgconfig to have installed library
pkgconfig

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Marek Belisko 2019-05-23 14:58:00 +02:00 committed by Khem Raj
parent ac561d7ce0
commit 9e25b6587c

View File

@ -11,6 +11,8 @@ SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https;branch=1_6_x_thrott
file://0001-Rename-conflicting-variable-mips.patch \
"
inherit autotools
inherit autotools pkgconfig
EXTRA_OEMAKE += "shared_library"
ALLOW_EMPTY_${PN} = "1"