coreutils-native.inc : fix staging of coreutils-native
authorGraeme Gregory <dp@xora.org.uk>
Thu, 3 Dec 2009 09:43:29 +0000 (09:43 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 3 Dec 2009 09:43:29 +0000 (09:43 +0000)
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

index c4dda17..06d8fa1 100644 (file)
@@ -6,3 +6,8 @@ PATCHTOOL = "patch"
 do_configure() {
        oe_runconf
 }
+
+do_install() {
+       autotools_do_install
+}
+