mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
beecrypt: Add PACKAGECONFIG for cplusplus
Add a PACKGECONFIG to control the building of the beecrypt C++ bindings. The only user of beecrypt in OE-Core is rpm and this doesn't need the C++ bindings so default the option to be off. This means we can lose the icu dependency by default which is a significant performance win. (From OE-Core rev: e6885069e2af833ebacfd33a04147b095af92d20) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,8 +16,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
|
|||||||
file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \
|
file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \
|
||||||
file://include/beecrypt/beecrypt.h;endline=20;md5=47a93eef539aac237eef86297a4d71c1"
|
file://include/beecrypt/beecrypt.h;endline=20;md5=47a93eef539aac237eef86297a4d71c1"
|
||||||
|
|
||||||
DEPENDS = "icu"
|
|
||||||
|
|
||||||
PR = "r3"
|
PR = "r3"
|
||||||
|
|
||||||
inherit autotools multilib_header
|
inherit autotools multilib_header
|
||||||
@@ -29,6 +27,9 @@ do_install_append() {
|
|||||||
|
|
||||||
EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
|
EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
|
||||||
|
|
||||||
|
PACKAGECONFIG = ""
|
||||||
|
PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu"
|
||||||
|
|
||||||
FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
|
FILES_${PN} = "${sysconfdir} ${libdir}/*.so.* ${libdir}/${BPN}/*.so.*"
|
||||||
FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la"
|
FILES_${PN}-dev += "${libdir}/${BPN}/*.so ${libdir}/${BPN}/*.la"
|
||||||
FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"
|
FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a"
|
||||||
|
|||||||
Reference in New Issue
Block a user