diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-03 09:09:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-10 17:12:18 +0100 |
commit | a2fa51bddeb8c075797888455d66933bc821237b (patch) | |
tree | 38a801480393786b3e5c13651374238d0dca2b30 | |
parent | cb468dfaf0150f77456a6daf04e5062af45e24fb (diff) | |
download | poky-a2fa51bddeb8c075797888455d66933bc821237b.tar.gz |
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)
(From OE-Core rev: ce4cc1e8b48fb368fa96f63ee43a35d6ed142b21)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.1.2.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 ea6323a831..edf54e0f47 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 | |||
19 | 19 | ||
20 | inherit autotools-brokensep pkgconfig | 20 | inherit autotools-brokensep pkgconfig |
21 | 21 | ||
22 | do_configure[dirs] =+ "${S}/m4" | ||
23 | |||
22 | PACKAGES += "${PN}-mime" | 24 | PACKAGES += "${PN}-mime" |
23 | FILES_${PN}-mime = "${datadir}/mime/" | 25 | FILES_${PN}-mime = "${datadir}/mime/" |