diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 21:55:14 +0000 |
commit | c61ace854ed9e3bdb9f54ad7b2b5cd13879187d5 (patch) | |
tree | a33f846e069149de1ca843b07cea7c177b817319 /flnx | |
parent | ed11e18693106ccb4fd2541c7c69c367cf0ea364 (diff) |
Build fixes for flnx, libxml2, and openssh 3.8p1.
BKrev: 4060b242vOhaV4FacYfSUz-JxsXTpg
Diffstat (limited to 'flnx')
-rw-r--r-- | flnx/flnx_0.18.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flnx/flnx_0.18.oe b/flnx/flnx_0.18.oe index 5ae62d41a0..c262e99f8d 100644 --- a/flnx/flnx_0.18.oe +++ b/flnx/flnx_0.18.oe @@ -17,6 +17,7 @@ python do_fetch () { } python do_unpack () { + import string src_uri = oe.data.getVar("SRC_URI", d) src_uri = string.replace(src_uri, "-tar", ".tar") oe.data.setVar("SRC_URI", src_uri, d) |