libfm: 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: 2c74e755f7e18d61791f80b9605a3fad8f82d1b7)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2015-01-12 19:08:51 -08:00 committed by Richard Purdie
parent 972178d4a8
commit e6fd674623
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz"
SRC_URI[md5sum] = "3ff38200701658f7e80e25ed395d92dd"
SRC_URI[sha256sum] = "c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9"
inherit autotools-brokensep pkgconfig gtk-doc
PR = "r1"
inherit autotools pkgconfig gtk-doc
do_configure[dirs] =+ "${S}/m4"