diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 19:08:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:27 +0000 |
commit | 972178d4a8b420ad71612aaf2d3e5c001e0ffe0d (patch) | |
tree | eb8579dce6f454cbe3c546f3e9eea5016a1f55f4 /meta/recipes-support/libfm | |
parent | 03ab499a0546b7b98e3496223a8d1d18d3305564 (diff) | |
download | poky-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.bb | 4 |
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 | ||
17 | EXTRA_OECONF = "--with-extra-only --with-gtk=no" | 17 | EXTRA_OECONF = "--with-extra-only --with-gtk=no" |
18 | 18 | ||
19 | inherit autotools-brokensep pkgconfig gtk-doc | 19 | PR = "r1" |
20 | |||
21 | inherit autotools pkgconfig gtk-doc | ||
20 | 22 | ||
21 | do_configure[dirs] =+ "${S}/m4" | 23 | do_configure[dirs] =+ "${S}/m4" |