mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
290d4ce30c
commit
5d1acc433a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user