mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libtool: refactor packages for staticdev
(From OE-Core rev: 63bfddf162cea836748e56da1488de56758d0418) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9ed7ac6ffa
commit
662666046c
@@ -8,7 +8,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
file://libltdl/COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
|
||||
|
||||
INC_PR = "r0"
|
||||
INC_PR = "r1"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
file://trailingslash.patch \
|
||||
@@ -34,10 +34,11 @@ EXTRA_AUTORECONF = "--exclude=libtoolize"
|
||||
|
||||
DEPENDS = "libtool-native"
|
||||
|
||||
PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
|
||||
PACKAGES =+ "libltdl libltdl-dev libltdl-dbg libltdl-staticdev"
|
||||
FILES_${PN} += "${datadir}/aclocal*"
|
||||
FILES_libltdl = "${libdir}/libltdl.so.*"
|
||||
FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/*.h"
|
||||
FILES_libltdl = "${libdir}/libltdl${SOLIBS}
|
||||
FILES_libltdl-dev = "${libdir}/libltdl${SOLIBSDEV} ${includedir}"
|
||||
FILES_libltdl-staticdev = "${libdir}/libltdl.a"
|
||||
FILES_libltdl-dbg = "${libdir}/.debug/"
|
||||
|
||||
EXTRA_OECONF = "--with-sysroot"
|
||||
|
||||
Reference in New Issue
Block a user