- solve xmlsec1.
authorRonan Le Martret <ronan@fridu.net>
Fri, 6 Sep 2013 09:24:19 +0000 (11:24 +0200)
committerRonan Le Martret <ronan@fridu.net>
Fri, 6 Sep 2013 09:24:19 +0000 (11:24 +0200)
meta-wrt-tizen/recipes-wrt/packagegroup/packagegroup-wrt.bb
meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1-extraconf.inc
meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1/configure.in.patch [new file with mode: 0644]

index 62cbdc8..790c0ea 100644 (file)
@@ -7,5 +7,5 @@ inherit packagegroup
 
 RDEPENDS_${PN} = "wrt wrt-commons wrt-installer wrt-plugins-common wrt-plugins-tizen wrt-security "
    
-#RDEPENDS_${PN} += "wrt-widgets"
+RDEPENDS_${PN} += "wrt-widgets"
 
index a556d9c..2b1b7c1 100644 (file)
@@ -1 +1,10 @@
-EXTRA_OECONF_LAST = "--build=${BUILD_SYS} --host=${HOST_SYS}"
\ No newline at end of file
+EXTRA_OECONF_LAST = "--build=${BUILD_SYS} --host=${HOST_SYS}"
+
+SRC_URI += "\
+  file://configure.in.patch \
+  "
+  
+do_patch_append () {
+ echo RLM begining of python do_patch
+ cat ${WORKDIR}/configure.in.patch | patch -s -p1 --fuzz=2
+}
\ No newline at end of file
diff --git a/meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1/configure.in.patch b/meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1/configure.in.patch
new file mode 100644 (file)
index 0000000..e90c85f
--- /dev/null
@@ -0,0 +1,17 @@
+diff --git a/configure.in b/configure.in
+index 038e8cc..f089755 100644
+--- a/configure.in
++++ b/configure.in
+@@ -46,9 +46,9 @@ AC_PATH_PROG(TAR, tar, /bin/tar)
+ AC_PATH_PROG(HELP2MAN, help2man)
+ AC_PATH_PROG(MAN2HTML, man2html)
+-dnl Make sure we have an ANSI compiler
+-AM_C_PROTOTYPES
+-test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
++#dnl Make sure we have an ANSI compiler
++#AM_C_PROTOTYPES
++#test "z$U" != "z" && AC_MSG_ERROR(Compiler not ANSI compliant)
+ dnl Checks for header files.
+ AC_HEADER_DIRENT