diff options
Diffstat (limited to 'flnx/flnx_0.18.oe')
-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) |