diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-06 08:54:00 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-06 08:54:00 +0000 |
| commit | 584aeb5e871a610d6f65c139fd31e6403e08f73c (patch) | |
| tree | b831e3b9ab4a5014b681588cf1bce7993f317b19 | |
| parent | 82c04d1283f18203c09a15f8f361f74b19ca63da (diff) | |
| download | poky-584aeb5e871a610d6f65c139fd31e6403e08f73c.tar.gz | |
libtool-sdk: Fix staging function
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4436 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/libtool/libtool-sdk_2.2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libtool/libtool-sdk_2.2.4.bb b/meta/packages/libtool/libtool-sdk_2.2.4.bb index ac6d82d085..cd7955f4b7 100644 --- a/meta/packages/libtool/libtool-sdk_2.2.4.bb +++ b/meta/packages/libtool/libtool-sdk_2.2.4.bb | |||
| @@ -35,7 +35,7 @@ do_install () { | |||
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | do_stage () { | 37 | do_stage () { |
| 38 | install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool | 38 | install -m 0755 libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool |
| 39 | install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize | 39 | install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize |
| 40 | oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} | 40 | oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} |
| 41 | install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ | 41 | install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ |
