[oe-commits] [meta-openembedded] 08/16: libsrtp: Fix compilation and add pkgconfig

git at git.openembedded.org git at git.openembedded.org
Fri May 24 17:12:52 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 9e25b6587cd02d6518c09c92a181cf00e5110f9c
Author: Marek Belisko <marek.belisko at open-nandra.com>
AuthorDate: Thu May 23 14:58:00 2019 +0200

    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 at open-nandra.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/recipes-support/libsrtp/libsrtp_1.6.0.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 d3ab5b7..6c86818 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
            file://0001-Rename-conflicting-variable-mips.patch \
            "
 
-inherit autotools
+inherit autotools pkgconfig
+
+EXTRA_OEMAKE += "shared_library"
 
 ALLOW_EMPTY_${PN} = "1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list