mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4557 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
437 B
BlitzBasic
18 lines
437 B
BlitzBasic
require libtool.inc
|
|
|
|
PR = "r13"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
|
file://dolt.m4"
|
|
S = "${WORKDIR}/libtool-${PV}"
|
|
|
|
PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
|
|
FILES_${PN} += "${datadir}/aclocal*"
|
|
FILES_libltdl = "${libdir}/libltdl.so.*"
|
|
FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h"
|
|
FILES_libltdl-dbg = "${libdir}/.debug/"
|
|
|
|
inherit autotools
|
|
|
|
EXTRA_AUTORECONF = "--exclude=libtoolize"
|