mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 04:42:40 +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"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ebd5be8e2a89f634486445bd164bef0"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
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:append:libc-musl = " libucontext"
|
||||||
DEPENDS:class-native = "zlib-native libxml2-native"
|
DEPENDS:class-native = "zlib-native libxml2-native"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user