diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-08-27 08:51:59 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-28 11:31:21 +0100 |
| commit | b0efa1952c7eee4fbf834042e290ab804492ba9d (patch) | |
| tree | 71a5c60b0ad49af02408b0de1ad53c207fd61b77 /meta/recipes-devtools/subversion/subversion_1.12.2.bb | |
| parent | 18176f5cc2b2b5969b41bcd867886e968bc7cfcb (diff) | |
| download | poky-b0efa1952c7eee4fbf834042e290ab804492ba9d.tar.gz | |
subversion: Upgrade 1.12.0 -> 1.12.2
Remove backported patch.
(From OE-Core rev: 947828b8e9c4f332533d1d6bd0750ff018d51295)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.12.2.bb')
| -rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.12.2.bb | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.12.2.bb b/meta/recipes-devtools/subversion/subversion_1.12.2.bb new file mode 100644 index 0000000000..4ffa1c584e --- /dev/null +++ b/meta/recipes-devtools/subversion/subversion_1.12.2.bb | |||
| @@ -0,0 +1,61 @@ | |||
| 1 | SUMMARY = "Subversion (svn) version control system client" | ||
| 2 | HOMEPAGE = "http://subversion.apache.org" | ||
| 3 | SECTION = "console/network" | ||
| 4 | LICENSE = "Apache-2 & MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6487ae7094d359fa90fb9c4096e52e2b" | ||
| 6 | |||
| 7 | DEPENDS = "apr-util serf sqlite3 file lz4" | ||
| 8 | DEPENDS_append_class-native = " file-replacement-native" | ||
| 9 | |||
| 10 | SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | ||
| 11 | file://disable_macos.patch \ | ||
| 12 | file://0001-Fix-libtool-name-in-configure.ac.patch \ | ||
| 13 | file://serfmacro.patch \ | ||
| 14 | " | ||
| 15 | |||
| 16 | SRC_URI[md5sum] = "1ff249f848f834ded88536543e031975" | ||
| 17 | SRC_URI[sha256sum] = "3bd0b5c8e4c5175263dc9a92fd9aef94ce917e80af034f26fe5c45fde7e0f771" | ||
| 18 | |||
| 19 | inherit autotools pkgconfig gettext | ||
| 20 | |||
| 21 | CVE_PRODUCT = "apache:subversion" | ||
| 22 | |||
| 23 | PACKAGECONFIG ?= "" | ||
| 24 | |||
| 25 | PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost" | ||
| 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 | --with-apr=${STAGING_BINDIR_CROSS} \ | ||
| 31 | --with-apr-util=${STAGING_BINDIR_CROSS} \ | ||
| 32 | --without-apxs \ | ||
| 33 | --without-berkeley-db \ | ||
| 34 | --without-swig \ | ||
| 35 | --disable-keychain \ | ||
| 36 | --with-utf8proc=internal \ | ||
| 37 | ac_cv_path_RUBY=none \ | ||
| 38 | " | ||
| 39 | |||
| 40 | acpaths = "-I build/ -I build/ac-macros/" | ||
| 41 | |||
| 42 | CPPFLAGS += "-P" | ||
| 43 | BUILD_CPPFLAGS += "-P" | ||
| 44 | |||
| 45 | do_configure_prepend () { | ||
| 46 | rm -f ${S}/libtool | ||
| 47 | 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 | ||
| 48 | rm -f ${S}/aclocal.m4 | ||
| 49 | sed -i -e 's:with_sasl="/usr/local":with_sasl="${STAGING_DIR}":' ${S}/build/ac-macros/sasl.m4 | ||
| 50 | } | ||
| 51 | |||
| 52 | #| 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' | ||
| 53 | #| x86_64-linux-libtool: install: error: relink `libsvn_ra_serf-1.la' with the above command before installing it | ||
| 54 | #| 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' | ||
| 55 | #| /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 | ||
| 56 | #| make: *** [install-serf-lib] Error 1 | ||
| 57 | PARALLEL_MAKEINST = "" | ||
| 58 | |||
| 59 | RDEPENDS_${PN} = "serf" | ||
| 60 | |||
| 61 | BBCLASSEXTEND = "native" | ||
