diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-04 17:31:51 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-04 17:33:51 -0800 |
commit | 5d1acc433a50363790c38f5001d6ebd15510818d (patch) | |
tree | de05e0e5e5d88a8770d7e9d6a6fa83a9d51679ff /meta-multimedia | |
parent | 290d4ce30cc9da0d755b92dc9dbc44967a924d30 (diff) | |
download | meta-openembedded-5d1acc433a50363790c38f5001d6ebd15510818d.tar.gz |
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-support/libsrtp/libsrtp_2.3.0.bb | 1 |
1 files changed, 1 insertions, 0 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 57b6108a9..6f349e9c8 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" | |||
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 | ||
16 | ALLOW_EMPTY_${PN} = "1" | 17 | ALLOW_EMPTY_${PN} = "1" |