[oe-commits] Henning Heinold : unzip: do_stage is not needed with NATIVE_INSTALL_WORKS = "1"

git version control git at git.openembedded.org
Fri May 14 21:38:21 UTC 2010


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

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Fri May 14 23:36:24 2010 +0200

unzip: do_stage is not needed with NATIVE_INSTALL_WORKS = "1"

---

 recipes/unzip/unzip_552.bb |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/recipes/unzip/unzip_552.bb b/recipes/unzip/unzip_552.bb
index de58ccd..6e3497e 100644
--- a/recipes/unzip/unzip_552.bb
+++ b/recipes/unzip/unzip_552.bb
@@ -21,10 +21,5 @@ do_install() {
 	mv ${D}${prefix}/man/* ${D}${mandir}
 }
 
-do_stage_virtclass-native() {
-        install -d ${STAGING_BINDIR}
-        install unzip ${STAGING_BINDIR}
-}
-
 SRC_URI[md5sum] = "9d23919999d6eac9217d1f41472034a9"
 SRC_URI[sha256sum] = "145d95e2ef1ef9add2e3c97d1340907e33ab8749eb1235372e7f0b7af600a8e9"





More information about the Openembedded-commits mailing list