summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-12-08 09:58:19 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2015-01-09 09:23:48 -0800
commit8d3e5ba1061a6b8539743a168d4b928f7f1d64fb (patch)
treeb0eb14b09c2ff649578f848df08cd862b3212225
parentd2f6464fa639ad68bdcfdb1bc68224ea505c01b7 (diff)
downloadtizen-distro-8d3e5ba1061a6b8539743a168d4b928f7f1d64fb.tar.gz
tizen-distro-8d3e5ba1061a6b8539743a168d4b928f7f1d64fb.tar.bz2
tizen-distro-8d3e5ba1061a6b8539743a168d4b928f7f1d64fb.zip
meta-tizen: subversion-native: add option "--with-serf=no"
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 <kevin.thierry@open.eurogiciel.org> Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
-rw-r--r--meta-tizen/meta-tizen-adaptation/meta/recipes-devtools/subversion/subversion_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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"
+