diff options
| author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-05-23 15:51:36 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-31 21:32:27 +0200 |
| commit | 9d119288ea369fada7bf8811ac2300f828645fd6 (patch) | |
| tree | ae7755437bd554c72d1c231580449452eb03223f /package/php-yaml/Config.in | |
| parent | 08af64d6a5e7d6b37c954335e2b4c7e96e2e3647 (diff) | |
| download | buildroot-9d119288ea369fada7bf8811ac2300f828645fd6.tar.gz buildroot-9d119288ea369fada7bf8811ac2300f828645fd6.zip | |
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>
Diffstat (limited to 'package/php-yaml/Config.in')
| -rw-r--r-- | package/php-yaml/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/php-yaml/Config.in b/package/php-yaml/Config.in new file mode 100644 index 0000000000..8d09ce28f3 --- /dev/null +++ b/package/php-yaml/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PHP_YAML + bool "php-yaml" + depends on BR2_PACKAGE_PHP + select BR2_PACKAGE_LIBYAML + help + PHP YAML-1.1 parser and emitter. + + http://pecl.php.net/package/yaml |

