]> code.ossystems Code Review - openembedded-core.git/commitdiff
libfm-extra: separate B and S
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 13 Jan 2015 03:08:51 +0000 (19:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:46 +0000 (23:06 +0000)
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>
meta/recipes-support/libfm/libfm-extra_1.2.3.bb

index 8bdb12c3014056222bed7e6d307d6cb02f217816..85bcc3c0c3532bf013e3817802c8ec70506b0584 100644 (file)
@@ -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"