diff options
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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" | |||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | 13 | ||
14 | EXTRA_OEMAKE += "shared_library" | 14 | EXTRA_OEMAKE += "shared_library" |
15 | EXTRA_AUTORECONF += "--exclude=automake" | 15 | |
16 | do_configure_prepend() { | ||
17 | cp ${STAGING_DATADIR_NATIVE}/automake-*/ar-lib ${S} | ||
18 | } | ||
16 | 19 | ||
17 | ALLOW_EMPTY_${PN} = "1" | 20 | ALLOW_EMPTY_${PN} = "1" |