[oe-commits] [meta-openembedded] 46/66: libsrtp: allow creation of empty package

git at git.openembedded.org git at git.openembedded.org
Fri Apr 13 19:54:05 UTC 2018


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

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

commit 340b16a2029db1972e83d5f569fbec951fb0deb2
Author: Anuj Mittal <anuj.mittal at intel.com>
AuthorDate: Mon Apr 9 10:35:07 2018 +0800

    libsrtp: allow creation of empty package
    
    Package PN is not created otherwise and results in errors like
    
     | Problem: conflicting requests
     |  - nothing provides libsrtp = 1.5.2-r0 needed by libsrtp-dev-1.5.2-r0.i586
    
    when PN-staticdev is to be installed that RDEPENDS on it.
    
    Signed-off-by: Anuj Mittal <anuj.mittal at intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb
index 8abaa12..0104d04 100644
--- a/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb
+++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_1.5.2.bb
@@ -18,3 +18,5 @@ do_install[postfuncs] += " rm_unused_bindir "
 rm_unused_bindir() {
     rmdir ${D}/${bindir}
 }
+
+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