From: Ankur Tyagi <[email protected]> Changelog: * Use meson instead of autotools and cmake * Simplify/reduce configure checks and #ifdefs
Signed-off-by: Ankur Tyagi <[email protected]> --- .../spawn-fcgi/{spawn-fcgi_1.6.5.bb => spawn-fcgi_1.6.6.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-webserver/recipes-support/spawn-fcgi/{spawn-fcgi_1.6.5.bb => spawn-fcgi_1.6.6.bb} (70%) diff --git a/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb b/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.6.bb similarity index 70% rename from meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb rename to meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.6.bb index 307919f775..5ad93ebc69 100644 --- a/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.5.bb +++ b/meta-webserver/recipes-support/spawn-fcgi/spawn-fcgi_1.6.6.bb @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579" SRC_URI = "http://download.lighttpd.net/spawn-fcgi/releases-1.6.x/spawn-fcgi-${PV}.tar.gz" -SRC_URI[sha256sum] = "a72d7bf7fb6d1a0acda89c93d4f060bf77a2dba97ddcfecd00f11e708f592c40" +SRC_URI[sha256sum] = "4ffe2e9763cf71ca52c3d642a7bfe20d6be292ba0f2ec07a5900c3110d0e5a85" -inherit autotools +inherit meson PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" -PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," +PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false,"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125249): https://lists.openembedded.org/g/openembedded-devel/message/125249 Mute This Topic: https://lists.openembedded.org/mt/118334671/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
