diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 12:53:22 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 12:53:22 +0000 |
commit | a18f93a3a092e2fcaafabffc6da640223d7f051a (patch) | |
tree | c46f5ed84d8be3f381d607163f03451a4e81b3df | |
parent | ee0b6f34f5cd63bf2820652c05aa6cde7366038a (diff) |
make libtool-native work on systems without a native libtool
BKrev: 40924c42y4blZEL2cOWGDz14GldRAA
-rw-r--r-- | libtool/libtool-native_1.5.oe | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libtool/libtool-native_1.5.oe b/libtool/libtool-native_1.5.oe index 0f90e2034d..c1d4af1b8e 100644 --- a/libtool/libtool-native_1.5.oe +++ b/libtool/libtool-native_1.5.oe @@ -13,8 +13,6 @@ S = "${WORKDIR}/libtool-${PV}" prefix = "${CROSS_DIR}" exec_prefix = "${prefix}" -EXTRA_OECONF_append = " --program-prefix=${TARGET_SYS}-" - do_stage () { oe_runmake install install -d ${STAGING_DATADIR}/libtool \ @@ -34,5 +32,4 @@ do_stage () { } do_install () { - : } |