mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
base.bbclass: depchains: don't -destructively- set the pkg's RRECOMMENDS.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@824 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -606,6 +606,9 @@ def explode_deps(s):
|
|||||||
r.append(i)
|
r.append(i)
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
def packaged(pkg, d):
|
||||||
|
import os, bb
|
||||||
|
return os.access(bb.data.expand('${STAGING_DIR}/pkgdata/runtime/%s.packaged' % pkg, d), os.R_OK)
|
||||||
|
|
||||||
def read_pkgdatafile(fn):
|
def read_pkgdatafile(fn):
|
||||||
pkgdata = {}
|
pkgdata = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user