[oe-commits] Richard Purdie : stagemanager-native: Sync with Poky to fix builds

git version control git at git.openembedded.org
Thu May 6 08:55:58 UTC 2010


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

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Thu May  6 09:55:43 2010 +0100

stagemanager-native: Sync with Poky to fix builds

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>

---

 recipes/stage-manager/stagemanager-native_0.0.1.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/stage-manager/stagemanager-native_0.0.1.bb b/recipes/stage-manager/stagemanager-native_0.0.1.bb
index eb78ba6..733cc83 100644
--- a/recipes/stage-manager/stagemanager-native_0.0.1.bb
+++ b/recipes/stage-manager/stagemanager-native_0.0.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Helper script for packaged-staging.bbclass"
-PR = "r11"
+PR = "r12"
 
 SRC_URI = "file://stage-manager \
            file://stage-manager-ipkg \
@@ -15,10 +15,12 @@ PACKAGE_DEPENDS = " "
 PATCHDEPENDENCY = ""
 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}
 	install -m 0755 ${WORKDIR}/stage-manager-ipkg ${STAGING_BINDIR}
 	install -m 0755 ${WORKDIR}/stage-manager-ipkg-build ${STAGING_BINDIR}
 }
-





More information about the Openembedded-commits mailing list