mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
stagemanager-native: Set PSTAGING_DISABLED and drop unused staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -15,13 +15,11 @@ PACKAGE_DEPENDS = " "
|
||||
PATCHDEPENDENCY = ""
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
PSTAGING_DISABLED = "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}
|
||||
}
|
||||
|
||||
do_stage() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user