]> code.ossystems Code Review - openembedded-core.git/commit
lighttpd: remove fam as a PACKAGECONFIG option
authorTrevor Gamblin <trevor.gamblin@windriver.com>
Fri, 27 Sep 2019 01:17:53 +0000 (21:17 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Sep 2019 12:38:55 +0000 (13:38 +0100)
commitea714fff3869ef19cf1dc94bdffbca2c69658954
treec86703914bd33465c6c0927281bec2bcf3f86049
parentc26569320817263a487eceb610e3c70badba0b52
lighttpd: remove fam as a PACKAGECONFIG option

lighttpd builds fail if "fam" (and therefore gamin) is enabled.

In conf/local.conf:

    CORE_IMAGE_EXTRA_INSTALL += "lighttpd"
    PACKAGECONFIG_append_pn-lighttpd = " fam"

bitbake error:

    ERROR: Nothing PROVIDES 'gamin' (but /yow-lpggp31/tgamblin/oe-core.git/meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb DEPENDS on or otherwise requires it)
    NOTE: Runtime target 'lighttpd' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['lighttpd', 'gamin']
    ERROR: Required build target 'core-image-minimal' has no buildable providers.
    Missing or unbuildable dependency chain was: ['core-image-minimal', 'lighttpd', 'gamin']

Since gamin hasn't been maintained for several years, this should
be removed from the list of lighttpd PACKAGECONFIG options.
--without-fam is hard-coded in EXTRA_OECONF for good measure.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/lighttpd/lighttpd_1.4.54.bb