summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2026-06-02 20:48:00 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-07 18:21:46 -0700
commit8aade001c144873283a54d74184617654b5c7a4f (patch)
tree5ac1c98149e5fc491c90565f4c0ee694e83bba30 /meta-oe
parentd48ec5aec69a181f1d3d4741ae97a0ccd00fb3a8 (diff)
downloadmeta-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.bb2
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"
2HOMEPAGE = "https://www.php.net" 2HOMEPAGE = "https://www.php.net"
3SECTION = "console/network" 3SECTION = "console/network"
4 4
5LICENSE = "PHP-3.0" 5LICENSE = "PHP-3.01"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=fd469cce1a919f0cc95bab7afb28d19d" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=fd469cce1a919f0cc95bab7afb28d19d"
7 7
8BBCLASSEXTEND = "native" 8BBCLASSEXTEND = "native"