Fabrice Fontaine
2fb43f80bd
package/php-*: fix autoconf variables
...
Build of php-* packages are broken since commit
3292f3de49 because
$(HOST_DIR)/bin/auto{conf,header} have been replaced by
$(HOST_DIR)/bin/auto{conf,header} -I "$(ACLOCAL_DIR)" -I "$(ACLOCAL_HOST_DIR)"
So revert this change (which should have been only refactoring) for
those packages
Fixes:
- http://autobuild.buildroot.org/results/0d5f4a792652e302b8c00c1e0f99966cc930fbac
- http://autobuild.buildroot.org/results/91a559183db212803a90cb399a1cb505b14818d9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2020-02-10 09:00:10 +01:00
Romain Naour
e6490d1853
package/php-*: remove php dependency for php modules
...
php modules can't be selected if the php package is not selected, see [1].
So adding the dependency is not necessary.
Also we don't add such dependencies for python modules.
[1] https://git.buildroot.net/buildroot/tree/package/Config.in?h=2019.11#n798
Signed-off-by: Romain Naour <romain.naour@smile.fr >
Cc: Nicolas Carrier <nicolas.carrier@orolia.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2020-02-04 17:30:06 +01:00
Nicolas Carrier
3292f3de49
package: use variables defined by autoconf.mk
...
autoconf.mk defines AUTOCONF and AUTOHEADER variables, use them in packages
using autoconf.
This is a refactoring which shouldn't impact the final behavior.
Signed-off-by: Nicolas Carrier <nicolas.carrier@orolia.com >
Reviewed-by: Romain Naour <romain.naour@smile.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2020-02-04 14:27:28 +01:00
Fabrice Fontaine
7533ad8797
package/php-yaml: bump to version 2.0.4
...
This bump fix build with php 7.3.0
Also add hash for license file
Fixes:
- http://autobuild.buildroot.org/results/8d23d9c1b30d104d44ab82475dd12f1c4ab1e125
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2019-01-12 14:52:34 +01:00
Bernd Kuhls
82cab1a999
package/php-yaml: bump version to 2.0.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-09-22 18:17:43 +02:00
Arnout Vandecappelle
0f9c0bf3d5
Globally replace $(HOST_DIR)/usr/bin with $(HOST_DIR)/bin
...
Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.
This is a mechanical change with
git grep -l '$(HOST_DIR)/usr/bin' | xargs sed -i 's%$(HOST_DIR)/usr/bin%$(HOST_DIR)/bin%g'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-07-05 15:19:29 +02:00
Vicente Olivert Riera
8e5eef6c32
php-yaml: bump version to 2.0.0
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 23:35:42 +02:00
Vicente Olivert Riera
9d119288ea
php-yaml: re add package, now compatible with PHP 7
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-05-31 21:32:27 +02:00
Vicente Olivert Riera
6f6b4dc16b
php: bump version to 7.0.6
...
Remove MySQL legacy extension.
Remove incompatible external modules:
- php-gnupg
- php-memcached
- php-ssh2
- php-yaml
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-05-31 21:31:34 +02:00
Gustavo Zacarias
a321df9e78
php-yaml: add hash file
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-07-28 22:37:11 +02:00
Thomas De Schampheleire
aaffd209fa
packages: rename FOO_CONF_OPT into FOO_CONF_OPTS
...
To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS,
make the same change for FOO_CONF_OPT.
Sed command used:
find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g'
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-10-04 18:54:16 +02:00
Peter Korsgaard
f24945a212
php-*: get tarball from sources.buildroot.net
...
pecl.php.net seems to have a database issue and returns a html page instead
of the tarball.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-08-31 21:13:47 +02:00
Gustavo Zacarias
534039b329
php-yaml: new package
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-02-12 15:57:27 +01:00