diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-22 08:08:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-23 08:48:37 +0100 |
commit | 613cbe5c103dad9eac94246cae99e6edef4c03fe (patch) | |
tree | 619d4b57275d61cae6f5b2275ca1f90d7bf7c1ba /meta/recipes-devtools/rpm | |
parent | 6deffe1258c17cf30bdbcd1a234102dd3c5edd10 (diff) | |
download | poky-613cbe5c103dad9eac94246cae99e6edef4c03fe.tar.gz |
rpm4: Drop native RDEPENDS
Native recipes should *never* depend on target recipes since this would
cause them to rebuild every time the target changes. Before the recent
datastore changes, this happened to work. Now, this makes rpm-native
unbuildable since base-files-native doesn't exist and the code remaps
the variable.
Dropping these dependencies here is the correct way to resolve this issue
and fix an autobuilder selftest failure.
(From OE-Core rev: ef84c4bf1d93e9fa674300b80d0442ae1069c473)
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 | 2 |
1 files changed, 1 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 df9aafbaab..210c9433da 100644 --- a/meta/recipes-devtools/rpm/rpm_4.11.2.bb +++ b/meta/recipes-devtools/rpm/rpm_4.11.2.bb | |||
@@ -122,7 +122,7 @@ FILES_${PN} += "${libdir}/rpm \ | |||
122 | ${libdir}/rpm-plugins/exec.so \ | 122 | ${libdir}/rpm-plugins/exec.so \ |
123 | " | 123 | " |
124 | RDEPENDS_${PN} = "base-files run-postinsts" | 124 | RDEPENDS_${PN} = "base-files run-postinsts" |
125 | RDEPENDS_${PN}_class-native = "base-files run-postinsts" | 125 | RDEPENDS_${PN}_class-native = "" |
126 | 126 | ||
127 | FILES_${PN}-dbg += "${libdir}/rpm/.debug/* \ | 127 | FILES_${PN}-dbg += "${libdir}/rpm/.debug/* \ |
128 | ${libdir}/rpm-plugins/.debug/* \ | 128 | ${libdir}/rpm-plugins/.debug/* \ |