diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 02:06:31 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 02:06:31 +0000 |
commit | 16860aa61bfd82ee0ff9943f6daed2dc93dd4c37 (patch) | |
tree | 9504d0bf194447b890d5e94f2b254bf7b74a58d0 | |
parent | c3a84784975ded5b2d3c3ca7ba9f656b9c7f8fbd (diff) |
correct staging in libtool-cross
BKrev: 409ee3a7hVbLQ8fAC6jHl0Eoxugbjw
-rw-r--r-- | libtool/libtool-cross_1.5.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtool/libtool-cross_1.5.oe b/libtool/libtool-cross_1.5.oe index 9d52fe00c3..f87ea50322 100644 --- a/libtool/libtool-cross_1.5.oe +++ b/libtool/libtool-cross_1.5.oe @@ -11,6 +11,7 @@ SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ S = "${WORKDIR}/libtool-${PV}" prefix = "${STAGING_DIR}" +exec_prefix = "${prefix}/${BUILD_SYS}" do_compile () { } |