diff options
author | Marek Belisko <marek.belisko@open-nandra.com> | 2019-05-23 14:58:00 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-24 10:11:28 -0700 |
commit | 9e25b6587cd02d6518c09c92a181cf00e5110f9c (patch) | |
tree | 369f92b4995b5cea9a53440b18872836254da0bb /meta-multimedia/recipes-support | |
parent | ac561d7ce0310da609e93450b6e8d2f70e28c6bb (diff) | |
download | meta-openembedded-9e25b6587cd02d6518c09c92a181cf00e5110f9c.tar.gz |
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>
Diffstat (limited to 'meta-multimedia/recipes-support')
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb index d3ab5b71c0..6c868185f1 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb | |||
@@ -11,6 +11,8 @@ SRC_URI = "git://github.com/cisco/libsrtp.git;protocol=https;branch=1_6_x_thrott | |||
11 | file://0001-Rename-conflicting-variable-mips.patch \ | 11 | file://0001-Rename-conflicting-variable-mips.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools pkgconfig |
15 | |||
16 | EXTRA_OEMAKE += "shared_library" | ||
15 | 17 | ||
16 | ALLOW_EMPTY_${PN} = "1" | 18 | ALLOW_EMPTY_${PN} = "1" |