From 6a8c9d9393f97c85172a80b8b64db8a464897d84 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 3 Dec 2009 09:43:29 +0000 Subject: 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 --- recipes/coreutils/coreutils-native.inc | 5 +++++ 1 file changed, 5 insertions(+) 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 +} + -- cgit 1.2.3-korg