mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
packaged-staging.bbclass: Fixup do_prepackaged_stage references
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4402 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -71,9 +71,9 @@ python () {
|
||||
deps += " stagemanager-native:do_populate_staging"
|
||||
bb.data.setVarFlag('do_populate_staging', 'depends', deps, d)
|
||||
|
||||
deps = bb.data.getVarFlag('do_prepackaged_stage', 'depends', d) or ""
|
||||
deps = bb.data.getVarFlag('do_setscene', 'depends', d) or ""
|
||||
deps += " opkg-native:do_populate_staging ipkg-utils-native:do_populate_staging"
|
||||
bb.data.setVarFlag('do_prepackaged_stage', 'depends', deps, d)
|
||||
bb.data.setVarFlag('do_setscene', 'depends', deps, d)
|
||||
bb.data.setVar("PSTAGING_ACTIVE", "1", d)
|
||||
else:
|
||||
bb.data.setVar("PSTAGING_ACTIVE", "0", d)
|
||||
@@ -160,7 +160,6 @@ python packagestage_scenefunc () {
|
||||
import os
|
||||
|
||||
if bb.data.getVar("PSTAGING_ACTIVE", d, 1) == "0":
|
||||
bb.build.make_stamp("do_prepackaged_stage", d)
|
||||
return
|
||||
|
||||
removepkg = bb.data.expand("${PSTAGE_PKGPN}", d)
|
||||
|
||||
Reference in New Issue
Block a user