Re: [oe] How to force recipe to be parsed eveey time - dynamic PV value

2015-12-18 Thread Christopher Larson
On Fri, Dec 18, 2015 at 4:51 AM, Kubalski, Lukasz (EXT-Espotel - PL/Wroclaw) wrote: > I have problem that recipe is not always parsed. > Is it way to force it? Like checksum/signature/stamp invalidation? > > Problem details: >I need to have my PV to be generated dynamically e.g like PV = > "$

[oe] How to force recipe to be parsed eveey time - dynamic PV value

2015-12-18 Thread Kubalski, Lukasz (EXT-Espotel - PL/Wroclaw)
I have problem that recipe is not always parsed. Is it way to force it? Like checksum/signature/stamp invalidation? Problem details: I need to have my PV to be generated dynamically e.g like PV = "${@my_get_version_func(d)}" In such case recipe is not parsed every time (checksum doesn't chang