mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libsrtp: Copy ar-lib from automake
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 <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
parent
d197145a6e
commit
baa819d7dd
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user