bitbake Poke Changes:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 21 Jun 2005 21:25:24 +0000 (21:25 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 21 Jun 2005 21:25:24 +0000 (21:25 +0000)
commit5e37f20345f540fdc81d208523366803998404ce
tree962dc0486f9f088607940b2303e239f17dc16ed5
parent8f57cac25b6b15ccefdf3ef40ec257674832b417
bitbake Poke Changes:
    make.pkgdata is when used with a CACHE just a holder
    of a list of filenames + the path to the cache.
    Now when poking at files the changes will be lost immediately,
    we now offer a mean to mark a data instance as dirty and we
    will not throw it away in this case...
    setDirty is not meant to be public API
lib/bb/data.py
lib/bb/shell.py