summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/subversion/subversion
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-08-26 10:01:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-16 13:30:23 +0100
commite6706bf559503ba8bc430533efe7eef0405a13ec (patch)
tree880012f22916d883d5c67e86e75d0c856993869b /meta/recipes-devtools/subversion/subversion
parent49a34b1dc88f6add70cc40d74294a4a2d9bbde4b (diff)
downloadast2050-yocto-poky-e6706bf559503ba8bc430533efe7eef0405a13ec.zip
ast2050-yocto-poky-e6706bf559503ba8bc430533efe7eef0405a13ec.tar.gz
subversion: remove neon-detection.patch and --with-neon option
* upstream detection seems to be doing its job right now * I don't see how this is supposed to work -- neon_config="$withval/bin/neon-config" -+ neon_config="env env PKG_CONFIG_PATH=${withval}:${PKG_CONFIG_PATH} pkg-config neon" when neon_config should be sysroots/nokia900/usr/bin/crossscripts/neon-config " (From OE-Core rev: 6466de31048260089b8988280f77efdb14ac2f21) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion')
-rw-r--r--meta/recipes-devtools/subversion/subversion/neon-detection.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/subversion/subversion/neon-detection.patch b/meta/recipes-devtools/subversion/subversion/neon-detection.patch
deleted file mode 100644
index 2a9cf1f..0000000
--- a/meta/recipes-devtools/subversion/subversion/neon-detection.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-Index: subversion-1.6.13/build/ac-macros/neon.m4
-===================================================================
---- subversion-1.6.13.orig/build/ac-macros/neon.m4
-+++ subversion-1.6.13/build/ac-macros/neon.m4
-@@ -42,7 +42,7 @@ AC_DEFUN(SVN_LIB_NEON,
- AC_MSG_ERROR([--with-neon requires an argument.])
- fi
- else
-- neon_config="$withval/bin/neon-config"
-+ neon_config="env env PKG_CONFIG_PATH=${withval}:${PKG_CONFIG_PATH} pkg-config neon"
- fi
-
- SVN_NEON_CONFIG()
OpenPOWER on IntegriCloud