From 8d3e5ba1061a6b8539743a168d4b928f7f1d64fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 8 Dec 2014 09:58:19 +0100 Subject: meta-tizen: subversion-native: add option "--with-serf=no" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This prevent subversion-native build to fail with error: "fatal error: serf.h: No such file or directory" If the root cause of this issue is found and better correction is made, please revert this commit. Change-Id: I60200a12b78230029f2df824782ad6518bab1cc1 (From meta-tizen rev: f9a1efd2df390580b4a71d3e9da2759ad033b7ef) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- .../meta/recipes-devtools/subversion/subversion_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-tizen/meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend diff --git a/meta-tizen/meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend b/meta-tizen/meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend new file mode 100644 index 0000000000..57f72ecdc7 --- /dev/null +++ b/meta-tizen/meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend @@ -0,0 +1,2 @@ +EXTRA_OECONF_class-native += "--with-serf=no" + -- cgit v1.2.3