mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
libtool: package libltdl-dbg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1869 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,18 +5,19 @@ libraries) behind a consistent interface."
|
||||
HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
|
||||
LICENSE = "GPL"
|
||||
SECTION = "devel"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
|
||||
file://autotools.patch;patch=1 \
|
||||
file://uclibc.patch;patch=1 \
|
||||
file://3figures.patch;patch=1"
|
||||
file://3figures.patch;patch=1"
|
||||
S = "${WORKDIR}/libtool-${PV}"
|
||||
|
||||
PACKAGES = "libltdl libltdl-dev ${PN}"
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user