]> code.ossystems Code Review - openembedded-core.git/commitdiff
stagemanager-native: Set NATIVE_INSTALL_WORKS
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 19 Nov 2009 14:11:42 +0000 (14:11 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 19 Nov 2009 14:11:42 +0000 (14:11 +0000)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/stage-manager/stagemanager-native_0.0.1.bb

index 23cb1eb18302f74a19a65815a535de7b8b447c58..63beb11adddb73676e3438266d527971608ee6b5 100644 (file)
@@ -17,6 +17,7 @@ INHIBIT_DEFAULT_DEPS = "1"
 
 PSTAGING_DISABLED = "1"
 
+NATIVE_INSTALL_WORKS = "1"
 do_install() {
        install -d ${STAGING_BINDIR}
        install -m 0755 ${WORKDIR}/stage-manager ${STAGING_BINDIR}