From: Richard Purdie Date: Tue, 3 Jun 2014 09:09:22 +0000 (+0000) Subject: libfm: Ensure m4 directory exists X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33506 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ced649c055dd25c500d0fd34e4ea94504d98580;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libfm/libfm_1.1.2.2.bb b/meta/recipes-support/libfm/libfm_1.1.2.2.bb index ea6323a831c..edf54e0f47b 100644 --- a/meta/recipes-support/libfm/libfm_1.1.2.2.bb +++ b/meta/recipes-support/libfm/libfm_1.1.2.2.bb @@ -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/"