From: Robert Yang Date: Tue, 13 Jan 2015 03:08:51 +0000 (-0800) Subject: libfm-extra: separate B and S X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~31549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db7f6b5c24fe102b4346611441ac2f44f9b6f5d1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 8bdb12c3014..85bcc3c0c35 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"