libsrtp: Do not invoke automake during configure

It does not use Makefile.am therefore there is no need to regenerate
Makefile.in, which is hand-written

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-02-04 17:31:51 -08:00
parent 290d4ce30c
commit 5d1acc433a

View File

@ -12,5 +12,6 @@ SRC_URI = "git://github.com/cisco/libsrtp.git"
inherit autotools pkgconfig
EXTRA_OEMAKE += "shared_library"
EXTRA_AUTORECONF += "--exclude=automake"
ALLOW_EMPTY_${PN} = "1"