mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 05:48:07 +00: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:
parent
43bee8b735
commit
bb9a858c58
@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user