mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
1bdf09b788
commit
340b16a202
@ -18,3 +18,5 @@ do_install[postfuncs] += " rm_unused_bindir "
|
||||
rm_unused_bindir() {
|
||||
rmdir ${D}/${bindir}
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user