Build fixes for flnx, libxml2, and openssh 3.8p1.
[vuplus_openembedded] / flnx / flnx_0.18.oe
index 5ae62d4..c262e99 100644 (file)
@@ -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)