From 83e74cd4c9bcfbe8da31d26ac0bc606435d4f3d5 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 6 Sep 2013 11:24:19 +0200 Subject: [PATCH] - solve xmlsec1. --- .../recipes-wrt/packagegroup/packagegroup-wrt.bb | 2 +- .../recipes-wrt/xmlsec1/xmlsec1-extraconf.inc | 11 ++++++++++- .../recipes-wrt/xmlsec1/xmlsec1/configure.in.patch | 17 +++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1/configure.in.patch diff --git a/meta-wrt-tizen/recipes-wrt/packagegroup/packagegroup-wrt.bb b/meta-wrt-tizen/recipes-wrt/packagegroup/packagegroup-wrt.bb index 62cbdc8..790c0ea 100644 --- a/meta-wrt-tizen/recipes-wrt/packagegroup/packagegroup-wrt.bb +++ b/meta-wrt-tizen/recipes-wrt/packagegroup/packagegroup-wrt.bb @@ -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" diff --git a/meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1-extraconf.inc b/meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1-extraconf.inc index a556d9c..2b1b7c1 100644 --- a/meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1-extraconf.inc +++ b/meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1-extraconf.inc @@ -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 index 0000000..e90c85f --- /dev/null +++ b/meta-wrt-tizen/recipes-wrt/xmlsec1/xmlsec1/configure.in.patch @@ -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 -- 2.7.4