Summary: | S vars nested in an if-else block dont get regenerated properly | ||
---|---|---|---|
Product: | Portage Development | Reporter: | SpanKY <vapier> |
Component: | Unclassified | Assignee: | Daniel Robbins (RETIRED) <drobbins> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | carpaski, h3y |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
SpanKY
![]() You need to put conditionals inside the SRC_URI like: SRC_URI="static? http://static : http://dynamic" The SRC_URI gets cached, and if you use a standard bash conditional then only one of the conditions gets cached. |