From: Graeme Gregory Date: Thu, 3 Dec 2009 09:43:29 +0000 (+0000) Subject: coreutils-native.inc : fix staging of coreutils-native X-Git-Tag: Release-2010-05/1~1506 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8c9d9393f97c85172a80b8b64db8a464897d84;p=openembedded.git coreutils-native.inc : fix staging of coreutils-native Was inheriting the u-a renaming from non native version and we dont do u-a on staging so all utils had a silly name --- diff --git a/recipes/coreutils/coreutils-native.inc b/recipes/coreutils/coreutils-native.inc index c4dda17e2d..06d8fa1f3b 100644 --- a/recipes/coreutils/coreutils-native.inc +++ b/recipes/coreutils/coreutils-native.inc @@ -6,3 +6,8 @@ PATCHTOOL = "patch" do_configure() { oe_runconf } + +do_install() { + autotools_do_install +} +