]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: 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-devtools/rpm/rpm_4.11.2.bb

index 86a14fae50534759310a4f12919ee12cef5632f7..4e44bc4fec23fd95828a52ec00c05f4ee6073cfa 100644 (file)
@@ -39,7 +39,9 @@ SRC_URI += "http://rpm.org/releases/rpm-4.11.x/${BP}.tar.bz2 \
 SRC_URI[md5sum] = "876ac9948a88367054f8ddb5c0e87173"
 SRC_URI[sha256sum] = "403f8de632b33846ce5746f429c21a60f40dff9dcb56f1b4118f37a0652a48d4"
 
-inherit autotools-brokensep
+PR = "r1"
+
+inherit autotools
 inherit pythonnative
 inherit pkgconfig
 inherit gettext