aboutsummaryrefslogtreecommitdiffstats
path: root/flnx/flnx_0.18.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-23 21:55:14 +0000
committerChris Larson <clarson@kergoth.com>2004-03-23 21:55:14 +0000
commitc61ace854ed9e3bdb9f54ad7b2b5cd13879187d5 (patch)
treea33f846e069149de1ca843b07cea7c177b817319 /flnx/flnx_0.18.oe
parented11e18693106ccb4fd2541c7c69c367cf0ea364 (diff)
downloadopenembedded-c61ace854ed9e3bdb9f54ad7b2b5cd13879187d5.tar.gz
Build fixes for flnx, libxml2, and openssh 3.8p1.
BKrev: 4060b242vOhaV4FacYfSUz-JxsXTpg
Diffstat (limited to 'flnx/flnx_0.18.oe')
-rw-r--r--flnx/flnx_0.18.oe1
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)