mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
libtool: changed staging - will unbreak pulseaudio
- stage headers/library in libtool - $TARGET_ARCH-libtool and m4 macros in libtool-cross git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4639 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require libtool.inc
|
||||
|
||||
PR = "r13"
|
||||
PR = "r14"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
file://dolt.m4"
|
||||
@@ -15,3 +15,10 @@ FILES_libltdl-dbg = "${libdir}/.debug/"
|
||||
inherit autotools
|
||||
|
||||
EXTRA_AUTORECONF = "--exclude=libtoolize"
|
||||
|
||||
do_stage() {
|
||||
install -d ${STAGING_INCDIR}/libltdl
|
||||
install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/
|
||||
install -m 0644 libltdl/libltdl/*.h ${STAGING_INCDIR}/libltdl/
|
||||
oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user