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 | e6fd674623398e8b0d7b0ce217315aa316eb9ea3 (patch) | |
tree | 9e26e06b4447aa58091be3cf700f50d527f49006 | |
parent | 972178d4a8b420ad71612aaf2d3e5c001e0ffe0d (diff) | |
download | poky-e6fd674623398e8b0d7b0ce217315aa316eb9ea3.tar.gz |
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>
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.2.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libfm/libfm_1.2.3.bb b/meta/recipes-support/libfm/libfm_1.2.3.bb index 856364a60a..629502f68f 100644 --- a/meta/recipes-support/libfm/libfm_1.2.3.bb +++ b/meta/recipes-support/libfm/libfm_1.2.3.bb | |||
@@ -16,7 +16,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/libfm-${PV}.tar.xz" | |||
16 | SRC_URI[md5sum] = "3ff38200701658f7e80e25ed395d92dd" | 16 | SRC_URI[md5sum] = "3ff38200701658f7e80e25ed395d92dd" |
17 | SRC_URI[sha256sum] = "c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9" | 17 | SRC_URI[sha256sum] = "c692f1624a4cbc8d1dd55f3b3f3369fbf5d26f63a916e2c295230b2344e1fbf9" |
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" |
22 | 24 | ||