diff options
| author | Peter Kjellerstedt <pkj@axis.com> | 2026-06-02 20:48:00 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-07 18:21:46 -0700 |
| commit | 8aade001c144873283a54d74184617654b5c7a4f (patch) | |
| tree | 5ac1c98149e5fc491c90565f4c0ee694e83bba30 /meta-oe | |
| parent | d48ec5aec69a181f1d3d4741ae97a0ccd00fb3a8 (diff) | |
| download | meta-openembedded-8aade001c144873283a54d74184617654b5c7a4f.tar.gz | |
php: Correct the license to PHP-3.01
The license used by PHP is actually PHP-3.01, not PHP-3.0.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/php/php_8.5.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php_8.5.6.bb b/meta-oe/recipes-devtools/php/php_8.5.6.bb index db5bba9ccc..a78b6baafa 100644 --- a/meta-oe/recipes-devtools/php/php_8.5.6.bb +++ b/meta-oe/recipes-devtools/php/php_8.5.6.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "A server-side, HTML-embedded scripting language" | |||
| 2 | HOMEPAGE = "https://www.php.net" | 2 | HOMEPAGE = "https://www.php.net" |
| 3 | SECTION = "console/network" | 3 | SECTION = "console/network" |
| 4 | 4 | ||
| 5 | LICENSE = "PHP-3.0" | 5 | LICENSE = "PHP-3.01" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd469cce1a919f0cc95bab7afb28d19d" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd469cce1a919f0cc95bab7afb28d19d" |
| 7 | 7 | ||
| 8 | BBCLASSEXTEND = "native" | 8 | BBCLASSEXTEND = "native" |
