diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-23 11:19:32 +0300 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-06-10 14:51:29 -0700 |
commit | 1195a188f366fbbb04b9379d7ea3c7c02130cc98 (patch) | |
tree | 97a7d7e20cee1be01ebf6dbf51631ec653ca4606 /meta | |
parent | aea47c77d69407b2e62f151cabba35293d179f0c (diff) | |
download | openembedded-core-1195a188f366fbbb04b9379d7ea3c7c02130cc98.tar.gz openembedded-core-1195a188f366fbbb04b9379d7ea3c7c02130cc98.tar.bz2 openembedded-core-1195a188f366fbbb04b9379d7ea3c7c02130cc98.zip |
rpm: replace rpm-postinsts dependency with run-postinsts
run-postinsts is generic and will handle rpm delayed postinsts just
fine. No need to use another recipe.
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 25ec23e811..0dd5806026 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -310,7 +310,7 @@ FILES_${PN}-build = "${prefix}/src/rpm \ ${libdir}/rpm/vpkg-provides2.sh \ ${libdir}/rpm/perfile_rpmdeps.sh \ " -RDEPENDS_${PN} = "base-files ${PN}-postinsts" +RDEPENDS_${PN} = "base-files run-postinsts" RDEPENDS_${PN}_class-native = "" RDEPENDS_${PN}-build = "file" |