All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: <meta-arago@arago-project.org>
Subject: Re: [PATCH] php: amend URL with the new location of the source tarball
Date: Tue, 28 Jan 2014 15:22:58 -0500	[thread overview]
Message-ID: <20140128202257.GG6814@edge> (raw)
In-Reply-To: <1390871192-3063-1-git-send-email-denis@denix.org>

Any comments/questions/objections? Should I take it as silent Ack? :)


On Mon, Jan 27, 2014 at 08:06:32PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
> index fb1c25d..ebf480c 100644
> --- a/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
> +++ b/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
> @@ -1,10 +1,13 @@
>  # look for files in this layer first
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
> -PR_append = "-arago1"
> +PR_append = "-arago2"
>  
>  SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
>  
> +python __anonymous () {
> +    d.setVar("SRC_URI", d.getVar("SRC_URI").replace('http://www.php.net/distributions/php-${PV}.tar.bz2', 'http://museum.php.net/php5/php-${PV}.tar.bz2'))
> +}
>  
>  # Work around to address the fact that php-fpm and php-cgi can not coexist
>  # php-cgi is used by Matrix and php-fpm is in beta for this version of php.
> -- 
> 1.8.3.2
> 


  parent reply	other threads:[~2014-01-28 20:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-28  1:06 [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
2014-01-28  8:17 ` ti-mpm-transport broken on MCSDK jose.alarcon
2014-01-29  2:26   ` Denys Dmytriyenko
2014-01-30  5:12     ` Nelson, Sam
2014-01-30  8:30       ` jose.alarcon
2014-01-30 11:25         ` Nelson, Sam
2014-01-28 20:22 ` Denys Dmytriyenko [this message]
2014-01-29 16:55   ` [PATCH] php: amend URL with the new location of the source tarball Maupin, Chase

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=20140128202257.GG6814@edge \
    --to=denys@ti.com \
    --cc=meta-arago@arago-project.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.