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@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Anuj Mittal 2018-04-09 10:35:07 +08:00 committed by Armin Kuster
parent 1bdf09b788
commit 340b16a202

View File

@ -18,3 +18,5 @@ do_install[postfuncs] += " rm_unused_bindir "
rm_unused_bindir() {
rmdir ${D}/${bindir}
}
ALLOW_EMPTY_${PN} = "1"