From: Ronan Le Martret Date: Fri, 6 Sep 2013 09:24:19 +0000 (+0200) Subject: - solve xmlsec1. X-Git-Tag: rev_0.4~211 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83e74cd4c9bcfbe8da31d26ac0bc606435d4f3d5;p=scm%2Fbb%2Ftizen.git - solve xmlsec1. --- 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