[OE-core] [PATCH] ncurses: enforce creation of pkg-config files

Phil Blundell philb at gnu.org
Mon Jul 25 16:49:52 UTC 2011


On Mon, 2011-07-25 at 16:18 +0200, Enrico Scholz wrote:
> +	PKG_CONFIG_LIBDIR=`echo "$PKG_CONFIG_LIBDIR" | sed -e 's/^://' -e 's/:.*//'`
> +-	if test -n "$PKG_CONFIG_LIBDIR" && test -d "$PKG_CONFIG_LIBDIR" ; then
> ++	if test -n "$PKG_CONFIG_LIBDIR" ; then

I wonder if it would be easier to just create the directory in
do_configure() so that the test always succeeds, rather than patching
configure like this.

p.






More information about the Openembedded-core mailing list