All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] php: amend URL with the new location of the source tarball
@ 2014-01-28  1:06 Denys Dmytriyenko
  2014-01-28  8:17 ` ti-mpm-transport broken on MCSDK jose.alarcon
  2014-01-28 20:22 ` [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
  0 siblings, 2 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2014-01-28  1:06 UTC (permalink / raw)
  To: meta-arago

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



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-30 11:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
2014-01-29 16:55   ` Maupin, Chase

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.