diff options
Diffstat (limited to 'meta/recipes-devtools/subversion/subversion_1.12.0.bb')
| -rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.12.0.bb | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.12.0.bb b/meta/recipes-devtools/subversion/subversion_1.12.0.bb new file mode 100644 index 0000000000..f059ff9ffa --- /dev/null +++ b/meta/recipes-devtools/subversion/subversion_1.12.0.bb | |||
| @@ -0,0 +1,59 @@ | |||
| 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 | file://subversion-1.12.0-apr_1.7.0_fix-1.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | SRC_URI[md5sum] = "be4f5c0b1b38a5d82bd6d16a16ff1346" | ||
| 18 | SRC_URI[sha256sum] = "7fae7c73d8a007c107c0ae5eb372bc0bb013dbfe966fcd5c59cd5a195a5e2edf" | ||
| 19 | |||
| 20 | inherit autotools pkgconfig gettext | ||
| 21 | |||
| 22 | PACKAGECONFIG ?= "" | ||
| 23 | |||
| 24 | PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" | ||
| 25 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring,--without-gnome-keyring,glib-2.0 gnome-keyring" | ||
| 26 | |||
| 27 | EXTRA_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 | |||
| 38 | acpaths = "-I build/ -I build/ac-macros/" | ||
| 39 | |||
| 40 | CPPFLAGS += "-P" | ||
| 41 | BUILD_CPPFLAGS += "-P" | ||
| 42 | |||
| 43 | do_configure_prepend () { | ||
| 44 | rm -f ${S}/libtool | ||
| 45 | 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 | ||
| 46 | rm -f ${S}/aclocal.m4 | ||
| 47 | sed -i -e 's:with_sasl="/usr/local":with_sasl="${STAGING_DIR}":' ${S}/build/ac-macros/sasl.m4 | ||
| 48 | } | ||
| 49 | |||
| 50 | #| 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' | ||
| 51 | #| x86_64-linux-libtool: install: error: relink `libsvn_ra_serf-1.la' with the above command before installing it | ||
| 52 | #| 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' | ||
| 53 | #| /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 | ||
| 54 | #| make: *** [install-serf-lib] Error 1 | ||
| 55 | PARALLEL_MAKEINST = "" | ||
| 56 | |||
| 57 | RDEPENDS_${PN} = "serf" | ||
| 58 | |||
| 59 | BBCLASSEXTEND = "native" | ||
