mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
libtool: Adjusted content of various libtool packages.
[BUGID #562] fixing: 1. Adjusted the content of various packages generated by libtool. 2. Added libtool-nativesdk into task-sdk-host. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
8cd693f32a
commit
5246c996e9
@@ -3,7 +3,7 @@
|
||||
#
|
||||
|
||||
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
|
||||
PR = "r9"
|
||||
PR = "r10"
|
||||
LICENSE = "MIT"
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
PACKAGES = ""
|
||||
SRC_URI_append = " file://cross_compile.patch \
|
||||
file://prefix.patch "
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require libtool_${PV}.bb
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
SRC_URI_append = " file://cross_compile.patch \
|
||||
file://prefix.patch "
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
require libtool.inc
|
||||
DEPENDS = "libtool-native"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
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-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/* ${datadir}/aclocal/ltdl.m4 ${datadir}/libtool/libltdl/*"
|
||||
FILES_libltdl-dbg = "${libdir}/.debug/"
|
||||
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user