Openembedded Core Discussions
 help / color / mirror / Atom feed
* Setting SRC_URI via anonymous Python fails in OE 2.1
@ 2016-06-28 22:53 Andre McCurdy
  2016-06-29  2:15 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Andre McCurdy @ 2016-06-28 22:53 UTC (permalink / raw)
  To: OE Core mailing list

The following works in OE 2.0, but fails in 2.1 and master:

  python () {
      d.setVar("SRC_URI_FOO", "http://foo.com/foo.tgz")
  }

  SRC_URI = "${SRC_URI_FOO}"


Is it a regression or was something like that never intended to work?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-06-29  7:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-28 22:53 Setting SRC_URI via anonymous Python fails in OE 2.1 Andre McCurdy
2016-06-29  2:15 ` Paul Eggleton
2016-06-29  7:40   ` Andre McCurdy
2016-06-29  7:59     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox