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:06:46 +0000 |
commit | db7f6b5c24fe102b4346611441ac2f44f9b6f5d1 (patch) | |
tree | 43d369b2891ac13a10688ef5770c58546f9c436c /meta/recipes-support | |
parent | 38aa1ef57392fcb726fcdd0b708b9d76f0279c77 (diff) | |
download | openembedded-core-db7f6b5c24fe102b4346611441ac2f44f9b6f5d1.tar.gz openembedded-core-db7f6b5c24fe102b4346611441ac2f44f9b6f5d1.tar.bz2 openembedded-core-db7f6b5c24fe102b4346611441ac2f44f9b6f5d1.zip |
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
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-support')
-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}" EXTRA_OECONF = "--with-extra-only --with-gtk=no" -inherit autotools-brokensep pkgconfig gtk-doc +PR = "r1" + +inherit autotools pkgconfig gtk-doc do_configure[dirs] =+ "${S}/m4" |