Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] subversion: two small fixes
Date: Fri, 17 Aug 2012 14:02:23 -0700	[thread overview]
Message-ID: <502EB15F.8020406@linux.intel.com> (raw)
In-Reply-To: <1344923816-24673-1-git-send-email-rongqing.li@windriver.com>

On 08/13/2012 10:56 PM, rongqing.li@windriver.com wrote:
> From: Roy.Li <rongqing.li@windriver.com>
>
> Add missing build dependency on sqlite3
>
> Disable Ruby checking. we do not have Ruby, and subversion always
> checks ruby on host which leads to build error when ruby-dev is
> installed on host.
>
> Signed-off-by: Roy.Li <rongqing.li@windriver.com>
> ---
>   .../subversion/subversion_1.6.15.bb                |    7 ++++---
>   .../subversion/subversion_1.7.2.bb                 |    5 +++--
>   2 files changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb
> index 29029ce..244d7ea 100644
> --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb
> +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb
> @@ -1,13 +1,13 @@
>   DESCRIPTION = "The Subversion (svn) client"
>   SECTION = "console/network"
> -DEPENDS = "apr-util neon"
> +DEPENDS = "apr-util neon sqlite3"
>   RDEPENDS_${PN} = "neon"
>   LICENSE = "Apache-2"
>   HOMEPAGE = "http://subversion.tigris.org"
>
>   BBCLASSEXTEND = "native"
>
> -PR = "r2"
> +PR = "r3"
>
>   SRC_URI = "http://subversion.tigris.org/downloads/${BPN}-${PV}.tar.bz2 \
>              file://disable-revision-install.patch \
> @@ -23,7 +23,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b"
>   EXTRA_OECONF = " \
>                   --without-berkeley-db --without-apxs --without-apache \
>                   --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
> -                --with-apr-util=${STAGING_BINDIR_CROSS}"
> +                --with-apr-util=${STAGING_BINDIR_CROSS} \
> +                ac_cv_path_RUBY=none"
>
>   inherit autotools
>
> diff --git a/meta/recipes-devtools/subversion/subversion_1.7.2.bb b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
> index 4f71de5..1d36b63 100644
> --- a/meta/recipes-devtools/subversion/subversion_1.7.2.bb
> +++ b/meta/recipes-devtools/subversion/subversion_1.7.2.bb
> @@ -7,7 +7,7 @@ HOMEPAGE = "http://subversion.tigris.org"
>
>   BBCLASSEXTEND = "native"
>
> -PR = "r3"
> +PR = "r4"
>
>   SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
>              file://libtool2.patch \
> @@ -21,7 +21,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4a14fd2da3134e40a087eb4326a4ecd4"
>   EXTRA_OECONF = " \
>                   --without-berkeley-db --without-apxs --without-apache \
>                   --without-swig --with-aprsgw@linux.intel.com=${STAGING_BINDIR_CROSS} \
> -                --with-apr-util=${STAGING_BINDIR_CROSS}"
> +                --with-apr-util=${STAGING_BINDIR_CROSS} \
> +                ac_cv_path_RUBY=none"
>
>   inherit autotools
>
>

Merged into OE-Core

Thanks
	Sau!




      reply	other threads:[~2012-08-17 21:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-14  5:56 [PATCH] subversion: two small fixes rongqing.li
2012-08-17 21:02 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=502EB15F.8020406@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox