From: Richard Purdie Date: Thu, 6 May 2010 08:55:43 +0000 (+0100) Subject: stagemanager-native: Sync with Poky to fix builds X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bd89373503124884c7de05394b0f37b5455e333;p=openembedded.git stagemanager-native: Sync with Poky to fix builds Signed-off-by: Richard Purdie --- diff --git a/recipes/stage-manager/stagemanager-native_0.0.1.bb b/recipes/stage-manager/stagemanager-native_0.0.1.bb index eb78ba6beb..733cc837ce 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} } -