]> code.ossystems Code Review - openembedded-core.git/commit
wget: Convert EXTRA_OECONF to PACKAGECONFIG, extend PACKAGECONFIG
authorAlex Kiernan <alex.kiernan@gmail.com>
Mon, 25 Mar 2019 13:27:28 +0000 (13:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2019 23:20:06 +0000 (23:20 +0000)
commit6472261c7dba1ecc67d639d13b7cf04258f13c7c
tree356a0d21e0e258261cf3430fdf528ac205c6e42b
parente7546759d3102b576974bbab52594796f084721e
wget: Convert EXTRA_OECONF to PACKAGECONFIG, extend PACKAGECONFIG

Convert existing EXTRA_OECONF and DEPENDS to PACKAGECONFIG, fill out
remaining PACKAGECONFIG options. When building without libpsl we pass in
--without-libpsl, which we didn't previously, but all this actually ends
up doing is silencing a warning from the configure script, the code
still uses an internal implemention when using this option.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/wget/wget.inc