[OE-core] [PATCH] e2fsprogs: add expansion of mkdir_p to configure.in

2015-05-20 Thread Chuang Dong
add 0001-e2fsprogs-add-expansion-of-mkdir_p-to-configure.in.patch which fix a bug that macro @mkdir_p@ can't be substituted and modify e2fsprogs_1.42.9.bb to add this patch Upstream-Status: Pending Signed-off-by: Chuang Dong chuang.d...@windriver.com ---

Re: [OE-core] [PATCH] e2fsprogs: add expansion of mkdir_p to configure.in

2015-05-20 Thread Burton, Ross
On 20 May 2015 at 08:37, Chuang Dong chuang.d...@windriver.com wrote: ++AC_SUBST([mkdir_p], ['$(MKDIR_P)']) If the recipe is using mkdir_p then the configure.ac should be calling AM_PROG_MKDIR_P, surely. It's not, and I've verified that adding it causes the variables to be defined correctly.