1SUMMARY = "Subversion (svn) version control system client" 2HOMEPAGE = "http://subversion.apache.org" 3DESCRIPTION = "Subversion is an open source version control system." 4SECTION = "console/network" 5LICENSE = "Apache-2.0 & MIT" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=6487ae7094d359fa90fb9c4096e52e2b" 7 8DEPENDS = "apr-util serf sqlite3 file lz4" 9DEPENDS:append:class-native = " file-replacement-native" 10 11SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ 12 file://serfmacro.patch \ 13 " 14 15SRC_URI[sha256sum] = "c9130e8d0b75728a66f0e7038fc77052e671830d785b5616aad53b4810d3cc28" 16 17inherit autotools pkgconfig gettext python3native 18 19CVE_PRODUCT = "apache:subversion" 20 21PACKAGECONFIG ?= "" 22 23PACKAGECONFIG[boost] = "--with-boost=${RECIPE_SYSROOT}${exec_prefix},--without-boost,boost" 24PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" 25PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring" 26 27EXTRA_OECONF = " \ 28 --with-apr=${STAGING_BINDIR_CROSS} \ 29 --with-apr-util=${STAGING_BINDIR_CROSS} \ 30 --without-apxs \ 31 --without-berkeley-db \ 32 --without-swig \ 33 --disable-keychain \ 34 --with-utf8proc=internal \ 35 ac_cv_path_RUBY=none \ 36" 37 38EXTRA_OEMAKE += "pkgconfig_dir=${libdir}/pkgconfig" 39 40acpaths = "-I build/ -I build/ac-macros/" 41 42CPPFLAGS += "-P" 43BUILD_CPPFLAGS += "-P" 44 45do_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 57PARALLEL_MAKEINST = "" 58 59RDEPENDS:${PN} = "serf" 60 61BBCLASSEXTEND = "native nativesdk" 62