[oe-commits] Robert Yang : libfm-extra: separate B and S

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:01 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: db7f6b5c24fe102b4346611441ac2f44f9b6f5d1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=db7f6b5c24fe102b4346611441ac2f44f9b6f5d1

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jan 12 19:08:51 2015 -0800

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 at windriver.com>

---

 meta/recipes-support/libfm/libfm-extra_1.2.3.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 8bdb12c..85bcc3c 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"



More information about the Openembedded-commits mailing list