[oe-commits] Richard Purdie : libfm: Ensure m4 directory exists

git at git.openembedded.org git at git.openembedded.org
Tue Jun 3 09:41:01 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: eebc9bb8ce2ef146d2ff620f1b7d25d3f13c6743
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eebc9bb8ce2ef146d2ff620f1b7d25d3f13c6743

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jun  3 09:09:22 2014 +0000

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 <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libfm/libfm_1.1.2.2.bb | 2 ++
 1 file changed, 2 insertions(+)

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 11ca9c1..10f31d9 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 gtk-doc
 
+do_configure[dirs] =+ "${S}/m4"
+
 PACKAGES += "${PN}-mime"
 FILES_${PN}-mime = "${datadir}/mime/"



More information about the Openembedded-commits mailing list