stagemanager-native: add empty do_stage
authorKoen Kooi <koen@openembedded.org>
Wed, 18 Oct 2006 10:20:30 +0000 (10:20 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 18 Oct 2006 10:20:30 +0000 (10:20 +0000)
packages/stage-manager/stagemanager-native_0.0.1.bb

index db82995..281c42c 100644 (file)
@@ -14,4 +14,6 @@ do_install() {
        install -m 0755 ${WORKDIR}/stage-manager ${STAGING_BINDIR}
 }
 
-
+do_stage() {
+:
+}