mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-20 22:48:13 +00:00
php: remove lemon-native build dependency
This was required by the sqlite2 extension, which was removed from PHP
in 2010[1].
[1] 6c76f3606c
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
f795f9d409
commit
668ba95ea7
@ -6,7 +6,7 @@ LICENSE = "PHP-3.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ebd5be8e2a89f634486445bd164bef0"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native lemon-native"
|
||||
DEPENDS = "zlib bzip2 libxml2 virtual/libiconv php-native"
|
||||
DEPENDS:append:libc-musl = " libucontext"
|
||||
DEPENDS:class-native = "zlib-native libxml2-native"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user