diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2011-01-18 16:10:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-20 21:36:57 +0000 |
commit | 5246c996e9f42bc9bf4d9f4cb7d394610676e976 (patch) | |
tree | 47f0e367d947c33b90c817570829e1c1cab22a1f | |
parent | 8cd693f32a826328a9174092d43c76d6b2bc86e2 (diff) | |
download | poky-5246c996e9f42bc9bf4d9f4cb7d394610676e976.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/tasks/task-sdk-host.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-cross_2.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/libtool/libtool_2.4.bb | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/tasks/task-sdk-host.bb b/meta/recipes-core/tasks/task-sdk-host.bb index b906307145..1837d9a0cf 100644 --- a/meta/recipes-core/tasks/task-sdk-host.bb +++ b/meta/recipes-core/tasks/task-sdk-host.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Host packages for the standalone SDK or external toolchain" | 5 | DESCRIPTION = "Host packages for the standalone SDK or external toolchain" |
6 | PR = "r9" | 6 | PR = "r10" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
9 | 9 | ||
diff --git a/meta/recipes-devtools/libtool/libtool-cross_2.4.bb b/meta/recipes-devtools/libtool/libtool-cross_2.4.bb index 6ea96a5537..23135f7edb 100644 --- a/meta/recipes-devtools/libtool/libtool-cross_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool-cross_2.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libtool_${PV}.bb | 1 | require libtool_${PV}.bb |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | SRC_URI_append = " file://cross_compile.patch \ | 5 | SRC_URI_append = " file://cross_compile.patch \ |
6 | file://prefix.patch " | 6 | file://prefix.patch " |
diff --git a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb index c9f24a95bf..e972d9ef3d 100644 --- a/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool-nativesdk_2.4.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libtool_${PV}.bb | 1 | require libtool_${PV}.bb |
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r1" |
4 | SRC_URI_append = " file://cross_compile.patch \ | 4 | SRC_URI_append = " file://cross_compile.patch \ |
5 | file://prefix.patch " | 5 | file://prefix.patch " |
6 | 6 | ||
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.bb b/meta/recipes-devtools/libtool/libtool_2.4.bb index b5ec33e840..0a15fde126 100644 --- a/meta/recipes-devtools/libtool/libtool_2.4.bb +++ b/meta/recipes-devtools/libtool/libtool_2.4.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | require libtool.inc | 1 | require libtool.inc |
2 | DEPENDS = "libtool-native" | 2 | DEPENDS = "libtool-native" |
3 | 3 | ||
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" | 6 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" |
7 | FILES_${PN} += "${datadir}/aclocal*" | 7 | FILES_${PN} += "${datadir}/aclocal*" |
8 | FILES_libltdl = "${libdir}/libltdl.so.*" | 8 | FILES_libltdl = "${libdir}/libltdl.so.*" |
9 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" | 9 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h ${includedir}/libltdl/* ${datadir}/aclocal/ltdl.m4 ${datadir}/libtool/libltdl/*" |
10 | FILES_libltdl-dbg = "${libdir}/.debug/" | 10 | FILES_libltdl-dbg = "${libdir}/.debug/" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |