From: Michael Lauer Date: Fri, 30 Apr 2004 12:53:22 +0000 (+0000) Subject: make libtool-native work on systems without a native libtool X-Git-Tag: Release-2010-05/1~19456 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18f93a3a092e2fcaafabffc6da640223d7f051a;p=openembedded.git make libtool-native work on systems without a native libtool BKrev: 40924c42y4blZEL2cOWGDz14GldRAA --- 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 () { - : }