libfm: Ensure m4 directory exists

configure.ac references the m4 directory so things like gtkdocize
will try and place m4 files there. We need to ensure the directory
exists or the builds can fail.

(From OE-Core rev: 0ced649c055dd25c500d0fd34e4ea94504d98580)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2014-06-03 09:09:22 +00:00
parent 4a6fb075f5
commit 905061e478
1 changed files with 2 additions and 0 deletions

View File

@ -19,5 +19,7 @@ SRC_URI[sha256sum] = "158e2b6974350d2dab15932b496bb4d448553e60bbf7cdfe4d6e9bd99d
inherit autotools-brokensep pkgconfig
do_configure[dirs] =+ "${S}/m4"
PACKAGES += "${PN}-mime"
FILES_${PN}-mime = "${datadir}/mime/"