diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-09 04:11:46 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-09 23:15:53 +0100 |
commit | 9b7907fae23151f250d0584f21d43bfd93fda9ad (patch) | |
tree | 80ea94096baf149a6b3bd9c1c835dd93f770b051 /meta/packages/libtool/libtool-cross_2.2.10.bb | |
parent | 4e80041a4f3c9bce4ad0c2e17b3400afd4cf4185 (diff) | |
download | poky-9b7907fae23151f250d0584f21d43bfd93fda9ad.tar.gz |
libtool family: fix build failure caused by previous libtool commit.
prefix.patch was removed from the target libtool recipe. But still part
of it is needed to build the man pages. So split the patch into two. One
for just fixing the man page building issue.
Also tweaked the install of libtool-nativesdk recipe as per prefix patch
changes.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/libtool/libtool-cross_2.2.10.bb')
-rw-r--r-- | meta/packages/libtool/libtool-cross_2.2.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/libtool/libtool-cross_2.2.10.bb b/meta/packages/libtool/libtool-cross_2.2.10.bb index cc5604441f..a1164c9500 100644 --- a/meta/packages/libtool/libtool-cross_2.2.10.bb +++ b/meta/packages/libtool/libtool-cross_2.2.10.bb | |||
@@ -2,8 +2,8 @@ require libtool_${PV}.bb | |||
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | SRC_URI_append = " file://cross_compile.patch " | 5 | SRC_URI_append = " file://cross_compile.patch \ |
6 | SRC_URI_append = " file://prefix.patch " | 6 | file://prefix.patch " |
7 | 7 | ||
8 | DEPENDS += "libtool-native" | 8 | DEPENDS += "libtool-native" |
9 | 9 | ||