diff mbox series

[meta-oe,1/1] php: Correct the license to PHP-3.01

Message ID 20260602184800.2914800-1-pkj@axis.com
State New
Headers show
Series [meta-oe,1/1] php: Correct the license to PHP-3.01 | expand

Commit Message

Peter Kjellerstedt June 2, 2026, 6:48 p.m. UTC
The license used by PHP is actually PHP-3.01, not PHP-3.0.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta-oe/recipes-devtools/php/php_8.5.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"
 HOMEPAGE = "https://www.php.net"
 SECTION = "console/network"
 
-LICENSE = "PHP-3.0"
+LICENSE = "PHP-3.01"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fd469cce1a919f0cc95bab7afb28d19d"
 
 BBCLASSEXTEND = "native"