diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-12-03 09:43:29 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-12-03 09:43:29 +0000 |
commit | 6a8c9d9393f97c85172a80b8b64db8a464897d84 (patch) | |
tree | 5bc1eb95450ac3d4939c8619fe33d76ca34f1322 /recipes | |
parent | 33497aded7af7c5e6191e98d3083072da14c5945 (diff) |
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
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/coreutils/coreutils-native.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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 +} + |