]> code.ossystems Code Review - openembedded-core.git/commit
shadow: fix configure error with dash
authorYi Zhao <yi.zhao@windriver.com>
Tue, 18 Jun 2019 00:26:19 +0000 (08:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jun 2019 10:34:24 +0000 (11:34 +0100)
commita86da25d620aa9a2fd832ffe12816e7670b43633
tree84e12129c2c8fc33c68bee53b21041abb8b21112
parentc8900a7e79976b044791a2d58d5e24f05b1690d5
shadow: fix configure error with dash

A configure error occurs when /bin/sh -> dash:
  checking for is_selinux_enabled in -lselinux... yes
  checking for semanage_connect in -lsemanage... yes
  configure: 16322: test: yesyes: unexpected operator

Use "=" instead of "==" since dash doesn't support the latter.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/shadow/files/0001-configure.ac-fix-configure-error-with-dash.patch [new file with mode: 0644]
meta/recipes-extended/shadow/shadow.inc