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:
Lianhao Lu
2011-01-18 16:10:43 +08:00
committed by Richard Purdie
parent 8cd693f32a
commit 5246c996e9
4 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
#
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
PR = "r9"
PR = "r10"
LICENSE = "MIT"
ALLOW_EMPTY = "1"

View File

@@ -1,6 +1,6 @@
require libtool_${PV}.bb
PR = "r0"
PR = "r1"
PACKAGES = ""
SRC_URI_append = " file://cross_compile.patch \
file://prefix.patch "

View File

@@ -1,6 +1,6 @@
require libtool_${PV}.bb
PR = "r0"
PR = "r1"
SRC_URI_append = " file://cross_compile.patch \
file://prefix.patch "

View File

@@ -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