summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libfm
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-01-12 19:08:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-16 23:08:27 +0000
commit972178d4a8b420ad71612aaf2d3e5c001e0ffe0d (patch)
treeeb8579dce6f454cbe3c546f3e9eea5016a1f55f4 /meta/recipes-support/libfm
parent03ab499a0546b7b98e3496223a8d1d18d3305564 (diff)
downloadpoky-972178d4a8b420ad71612aaf2d3e5c001e0ffe0d.tar.gz
libfm-extra: separate B and S
It works well now, and bump the PR to avoid: configure: error: source directory already configured; run "make distclean" there first (From OE-Core rev: db7f6b5c24fe102b4346611441ac2f44f9b6f5d1) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libfm')
-rw-r--r--meta/recipes-support/libfm/libfm-extra_1.2.3.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libfm/libfm-extra_1.2.3.bb b/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
index 8bdb12c301..85bcc3c0c3 100644
--- a/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
+++ b/meta/recipes-support/libfm/libfm-extra_1.2.3.bb
@@ -16,6 +16,8 @@ S = "${WORKDIR}/libfm-${PV}"
16 16
17EXTRA_OECONF = "--with-extra-only --with-gtk=no" 17EXTRA_OECONF = "--with-extra-only --with-gtk=no"
18 18
19inherit autotools-brokensep pkgconfig gtk-doc 19PR = "r1"
20
21inherit autotools pkgconfig gtk-doc
20 22
21do_configure[dirs] =+ "${S}/m4" 23do_configure[dirs] =+ "${S}/m4"