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

git at git.openembedded.org git at git.openembedded.org
Thu May 23 17:48:31 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 6fa97ca61bece843df8d646b918ae978b38f7be9
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