mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user