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:28 +0000 |
commit | a7f4a3a3e67917a5ee5558f956813ced200d2034 (patch) | |
tree | 599947fe9dc4ffef1bc7c7364794ef177319df59 /meta/recipes-devtools/rpm | |
parent | fb043c4dcc631b2daae6f923ee47c39f76a94c92 (diff) | |
download | poky-a7f4a3a3e67917a5ee5558f956813ced200d2034.tar.gz |
rpm: 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: a73161c89e6de3e244f70afe746c4786ad5e982f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.11.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.11.2.bb b/meta/recipes-devtools/rpm/rpm_4.11.2.bb index 86a14fae50..4e44bc4fec 100644 --- a/meta/recipes-devtools/rpm/rpm_4.11.2.bb +++ b/meta/recipes-devtools/rpm/rpm_4.11.2.bb | |||
@@ -39,7 +39,9 @@ SRC_URI += "http://rpm.org/releases/rpm-4.11.x/${BP}.tar.bz2 \ | |||
39 | SRC_URI[md5sum] = "876ac9948a88367054f8ddb5c0e87173" | 39 | SRC_URI[md5sum] = "876ac9948a88367054f8ddb5c0e87173" |
40 | SRC_URI[sha256sum] = "403f8de632b33846ce5746f429c21a60f40dff9dcb56f1b4118f37a0652a48d4" | 40 | SRC_URI[sha256sum] = "403f8de632b33846ce5746f429c21a60f40dff9dcb56f1b4118f37a0652a48d4" |
41 | 41 | ||
42 | inherit autotools-brokensep | 42 | PR = "r1" |
43 | |||
44 | inherit autotools | ||
43 | inherit pythonnative | 45 | inherit pythonnative |
44 | inherit pkgconfig | 46 | inherit pkgconfig |
45 | inherit gettext | 47 | inherit gettext |