diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 02:58:22 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 02:58:22 +0000 |
commit | caae238326a8b9b629c4c36089897e5c4c61767e (patch) | |
tree | 853243734c9ef5c88cbf65b94a014b8bace63d29 /libtool/libtool-cross_1.5.6.oe | |
parent | 62a895e3de0cb91cc301a2eab6c5235b72ab4c91 (diff) |
Cset exclude: kergoth@linux.local|ChangeSet|20040515025721|11531
2004/05/14 20:18:02-05:00 (none)!kergoth
Some initial work on libtool 1.5.6.
BKrev: 40a5874e6deJYvNsbIHWarozBsmDoA
Diffstat (limited to 'libtool/libtool-cross_1.5.6.oe')
-rw-r--r-- | libtool/libtool-cross_1.5.6.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libtool/libtool-cross_1.5.6.oe b/libtool/libtool-cross_1.5.6.oe index e69de29bb2..d071c9575c 100644 --- a/libtool/libtool-cross_1.5.6.oe +++ b/libtool/libtool-cross_1.5.6.oe @@ -0,0 +1,23 @@ +include libtool_${PV}.oe + +PACKAGES = "" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/libtool-${PV}" +SRC_URI_append = " file://${FILESDIR}/libdir-la.patch;patch=1 \ + file://${FILESDIR}/sedvar.patch;patch=1 \ + file://${FILESDIR}/tag.patch;patch=1 \ + file://${FILESDIR}/ld.patch;patch=1 \ + file://${FILESDIR}/chmod.patch;patch=1" +S = "${WORKDIR}/libtool-${PV}" + +prefix = "${STAGING_DIR}" +exec_prefix = "${prefix}/${BUILD_SYS}" + +do_compile () { +} + +do_stage () { + install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool +} + +do_install () { +} |