[oe-commits] Graeme Gregory : coreutils-native.inc : fix staging of coreutils-native

git version control git at git.openembedded.org
Thu Dec 3 09:44:47 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6a8c9d9393f97c85172a80b8b64db8a464897d84
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6a8c9d9393f97c85172a80b8b64db8a464897d84

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Dec  3 09:43:29 2009 +0000

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 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/coreutils/coreutils-native.inc b/recipes/coreutils/coreutils-native.inc
index c4dda17..06d8fa1 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
+}
+





More information about the Openembedded-commits mailing list