mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +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:
committed by
Armin Kuster
parent
1bdf09b788
commit
340b16a202
@@ -18,3 +18,5 @@ do_install[postfuncs] += " rm_unused_bindir "
|
|||||||
rm_unused_bindir() {
|
rm_unused_bindir() {
|
||||||
rmdir ${D}/${bindir}
|
rmdir ${D}/${bindir}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user