mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
beecrypt: Allow PACKAGECONFIG to be overridden
(From OE-Core rev: ec480d385dd61798dfa224d0c940a36f053f2942) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0a57d5b95c
commit
a69ccc5503
@@ -27,7 +27,7 @@ do_install_append() {
|
||||
|
||||
EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
|
||||
|
||||
PACKAGECONFIG = ""
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu"
|
||||
|
||||
FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
|
||||
|
||||
Reference in New Issue
Block a user