- add libtools extra.
authorRonan Le Martret <ronan@fridu.net>
Thu, 4 Apr 2013 14:10:58 +0000 (16:10 +0200)
committerRonan Le Martret <ronan@fridu.net>
Thu, 4 Apr 2013 14:10:58 +0000 (16:10 +0200)
Tizen_TZ_package/spec2yocto.py
meta-tizen-ivi/recipes-tizen/libtool/libtool-oe-extraconf.inc

index 701e0e2..c771428 100755 (executable)
@@ -314,7 +314,9 @@ class specParser:
                             delete=False) as  tmpSpecFile:
                 tmpSpecFile.write(currentSpecString)
                 tmp_package_spec_path=tmpSpecFile.name
-                
+               
+               
+        
                 
                 
         if pkgName in ["attr","acl"] :
index e69de29..d21d9a0 100644 (file)
@@ -0,0 +1,22 @@
+#SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
+#           file://trailingslash.patch \
+#           file://rename-with-sysroot.patch \
+#           file://use-sysroot-in-libpath.patch \
+#           file://fix-final-rpath.patch \
+#           file://avoid_absolute_paths_for_general_utils.patch \
+#           file://fix-rpath.patch \
+#         file://respect-fstack-protector.patch \
+#           file://norm-rpath.patch \
+#           file://dont-depend-on-help2man.patch \
+#          "
+
+# Don't want paths to sed-native (or anything else) encoded
+CACHED_CONFIGUREVARS += "ac_cv_path_SED=sed"
+
+
+EXTRA_AUTORECONF = "--exclude=libtoolize"
+
+DEPENDS = "libtool-native"
+
+
+EXTRA_OECONF = "--with-sysroot"