From: Michael Lauer Date: Sun, 24 Jul 2005 21:41:39 +0000 (+0000) Subject: libtool: fix parsing error. functions need to have at least one line X-Git-Tag: Release-2010-05/1~9453^2~4063 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc416ceb7dd108773e9c94d49c7a6f5e0444520b;p=openembedded.git libtool: fix parsing error. functions need to have at least one line --- diff --git a/packages/libtool/libtool-native_1.5.10.bb b/packages/libtool/libtool-native_1.5.10.bb index c08b3ae82d..9d84d29d39 100644 --- a/packages/libtool/libtool-native_1.5.10.bb +++ b/packages/libtool/libtool-native_1.5.10.bb @@ -30,4 +30,5 @@ do_stage () { } do_install () { + : }