From baa819d7dde110ff6d067507a383244b7efb6e7b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 7 Feb 2021 15:58:16 -0800 Subject: libsrtp: Copy ar-lib from automake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit since libsrtp does not run automake, it does not get to add missing files e.g. ar-lib macro file which is needed during autoreconf, therefore copy this file from native automake to use here Signed-off-by: Khem Raj Cc: Andreas Müller --- meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-multimedia/recipes-support/libsrtp') 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 6f349e9c81..9d4c305fc7 100644 --- a/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb +++ b/meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb @@ -12,6 +12,9 @@ SRC_URI = "git://github.com/cisco/libsrtp.git" inherit autotools pkgconfig EXTRA_OEMAKE += "shared_library" -EXTRA_AUTORECONF += "--exclude=automake" + +do_configure_prepend() { + cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} +} ALLOW_EMPTY_${PN} = "1" -- cgit v1.2.3-54-g00ecf