On Mon, 2024-11-11 at 10:23 +0000, Sreejith Ravi wrote: > That was my mistake. > > I modified RDEPENDS without using expand=False before the do_package > task, which caused the issue. The PKGV value is updated with AUTOINC > only during the do_package task. Since we modified RDEPENDS before > do_package, it was already set with the expanded PKGV, preventing it > from updating with AUTOINC. > > Is there another way to handle AUTOINC? It seems that if the variable > is expanded before the do_package task, it will not reflect the > updated value during do_package.
There isn't another way, that is the way it is designed to work. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206947): https://lists.openembedded.org/g/openembedded-core/message/206947 Mute This Topic: https://lists.openembedded.org/mt/109187668/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
