diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 10:11:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:57:02 +0000 |
commit | 0fe7a940e23c833e6c07eac4dba7470aa4b1edb8 (patch) | |
tree | 930d22752389b1f4d4d39f92cdc37d9089258d44 /meta/recipes-devtools/subversion/subversion_1.9.5.bb | |
parent | 573c646d4cc62dcd0c230381df4940bdf314d495 (diff) | |
download | poky-0fe7a940e23c833e6c07eac4dba7470aa4b1edb8.tar.gz |
subversion: Upgrade 1.9.4 -> 1.9.5
(From OE-Core rev: 4cfb7e9342978e77b0167441360330e66b9931cb)
(From OE-Core rev: 3f11325f7b7f3d0d1c0829f5f46e65814cf00de3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.9.5.bb')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.9.5.bb | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.9.5.bb b/meta/recipes-devtools/subversion/subversion_1.9.5.bb new file mode 100644 index 0000000000..575bbca46e --- /dev/null +++ b/meta/recipes-devtools/subversion/subversion_1.9.5.bb | |||
@@ -0,0 +1,56 @@ | |||
1 | SUMMARY = "Subversion (svn) version control system client" | ||
2 | SECTION = "console/network" | ||
3 | DEPENDS = "apr-util serf sqlite3 file" | ||
4 | DEPENDS_append_class-native = " file-replacement-native" | ||
5 | RDEPENDS_${PN} = "serf" | ||
6 | LICENSE = "Apache-2" | ||
7 | HOMEPAGE = "http://subversion.tigris.org" | ||
8 | |||
9 | BBCLASSEXTEND = "native" | ||
10 | |||
11 | inherit gettext | ||
12 | |||
13 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | ||
14 | file://disable_macos.patch \ | ||
15 | file://serf.m4-Regex-modified-to-allow-D-in-paths.patch \ | ||
16 | file://0001-Fix-libtool-name-in-configure.ac.patch \ | ||
17 | file://0001-fix-svnadmin-create-fail-on-x86.patch \ | ||
18 | file://serfmacro.patch \ | ||
19 | " | ||
20 | |||
21 | SRC_URI[md5sum] = "9fcbae352a5efe73d46a88c97c6bba14" | ||
22 | SRC_URI[sha256sum] = "8a4fc68aff1d18dcb4dd9e460648d24d9e98657fbed496c582929c6b3ce555e5" | ||
23 | |||
24 | LIC_FILES_CHKSUM = "file://LICENSE;md5=af81ae49ba359e70626c05e9bf313709" | ||
25 | |||
26 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | ||
27 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring" | ||
28 | |||
29 | EXTRA_OECONF = " \ | ||
30 | --without-berkeley-db --without-apxs \ | ||
31 | --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ | ||
32 | --with-apr-util=${STAGING_BINDIR_CROSS} \ | ||
33 | --disable-keychain \ | ||
34 | ac_cv_path_RUBY=none" | ||
35 | |||
36 | inherit autotools | ||
37 | |||
38 | export LDFLAGS += " -L${STAGING_LIBDIR} " | ||
39 | CPPFLAGS += "-P" | ||
40 | BUILD_CPPFLAGS += "-P" | ||
41 | |||
42 | acpaths = "-I build/ -I build/ac-macros/" | ||
43 | |||
44 | do_configure_prepend () { | ||
45 | rm -f ${S}/libtool | ||
46 | rm -f ${S}/build/libtool.m4 ${S}/build/ltmain.sh ${S}/build/ltoptions.m4 ${S}/build/ltsugar.m4 ${S}/build/ltversion.m4 ${S}/build/lt~obsolete.m4 | ||
47 | rm -f ${S}/aclocal.m4 | ||
48 | sed -i -e 's:with_sasl="/usr/local":with_sasl="${STAGING_DIR}":' ${S}/build/ac-macros/sasl.m4 | ||
49 | } | ||
50 | |||
51 | #| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_ra_local/libsvn_ra_local-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib'| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_repos/libsvn_repos-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib'| /usr/bin/ld: cannot find -lsvn_delta-1| collect2: ld returned 1 exit status| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_ra_svn/libsvn_ra_svn-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib'| x86_64-linux-libtool: install: warning: `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/build/subversion/libsvn_ra_serf/libsvn_ra_serf-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib' | ||
52 | #| x86_64-linux-libtool: install: error: relink `libsvn_ra_serf-1.la' with the above command before installing it | ||
53 | #| x86_64-linux-libtool: install: warning: `../../subversion/libsvn_repos/libsvn_repos-1.la' has not been installed in `/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/sysroots/x86_64-linux/usr/lib' | ||
54 | #| /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-linux/subversion-native/1.8.9-r0/subversion-1.8.9/build-outputs.mk:1090: recipe for target 'install-serf-lib' failed | ||
55 | #| make: *** [install-serf-lib] Error 1 | ||
56 | PARALLEL_MAKEINST = "" | ||