bake does not expand local vars in 'packages'

Bug #1166064 reported by shuerhaaken
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bake
Triaged
Medium
Unassigned

Bug Description

if have this as a part of a library recipe:

libraries.test {
    ...
    target-glib = 2.99

    packages = \
        glib-2.0 >=$(libraries.test.target-glib)

    vala-compile-flags = \
        --target-glib=$(libraries.test.target-glib)
    ...
}

The target-glib var is not expanded in packages. Version info is not checked in this case.

Maybe a resolving step is needed after parse ().

shuerhaaken (shkn)
description: updated
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Confirmed.

Changed in bake:
status: New → Triaged
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.