make libtool-native work on systems without a native libtool
authorMichael Lauer <mickey@vanille-media.de>
Fri, 30 Apr 2004 12:53:22 +0000 (12:53 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 30 Apr 2004 12:53:22 +0000 (12:53 +0000)
BKrev: 40924c42y4blZEL2cOWGDz14GldRAA

libtool/libtool-native_1.5.oe

index 0f90e20..c1d4af1 100644 (file)
@@ -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 () {
-        :
 }