]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtool: Adjusted content of various libtool packages.
authorLianhao Lu <lianhao.lu@intel.com>
Tue, 18 Jan 2011 08:10:43 +0000 (16:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2011 21:36:57 +0000 (21:36 +0000)
[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>
meta/recipes-core/tasks/task-sdk-host.bb
meta/recipes-devtools/libtool/libtool-cross_2.4.bb
meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb
meta/recipes-devtools/libtool/libtool_2.4.bb

index b906307145bd8f0a0ec6509ec123addeec6f804a..1837d9a0cfe46b999f3352ebb2931a5ac1cc2c9e 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
-PR = "r9"
+PR = "r10"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
index 6ea96a5537fa671cb9e4258610c40b8d875475ca..23135f7edb8205a87369d844feb67b70e38818dc 100644 (file)
@@ -1,6 +1,6 @@
 require libtool_${PV}.bb
 
-PR = "r0"
+PR = "r1"
 PACKAGES = ""
 SRC_URI_append = " file://cross_compile.patch \
                   file://prefix.patch "
index c9f24a95bffcdc89e7c801548409dae713302ca7..e972d9ef3daaf41480e7162e2df0b8c1e08781b3 100644 (file)
@@ -1,6 +1,6 @@
 require libtool_${PV}.bb
 
-PR = "r0"
+PR = "r1"
 SRC_URI_append = " file://cross_compile.patch \
                   file://prefix.patch "
 
index b5ec33e840eec4a93f7cd66109eeeb6d409c4c58..0a15fde12656158752ed374b1926656b75c357cb 100644 (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