subversion-native: add option "--with-serf=no" 20/31620/1
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 8 Dec 2014 08:58:19 +0000 (09:58 +0100)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 8 Dec 2014 09:02:13 +0000 (10:02 +0100)
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
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend [new file with mode: 0644]

diff --git a/meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend b/meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend
new file mode 100644 (file)
index 0000000..57f72ec
--- /dev/null
@@ -0,0 +1,2 @@
+EXTRA_OECONF_class-native += "--with-serf=no"
+