From 5d1acc433a50363790c38f5001d6ebd15510818d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 4 Feb 2021 17:31:51 -0800 Subject: 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 --- meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb index 57b6108a95..6f349e9c81 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb @@ -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" -- cgit v1.2.3-54-g00ecf