From patchwork Mon Feb 4 09:26:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/5] rpm: remove /var/volatiles/cache/rpm from the FILEs list Date: Mon, 04 Feb 2013 09:26:09 -0000 From: Laurentiu Palcu X-Patchwork-Id: 43961 Message-Id: To: openembedded-core@lists.openembedded.org Since /var/cache is not in volatiles anymore, this entry has to go. Signed-off-by: Laurentiu Palcu --- meta/recipes-devtools/rpm/rpm_5.4.9.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb b/meta/recipes-devtools/rpm/rpm_5.4.9.bb index 881b960..39b0481 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.9.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.9.bb @@ -223,7 +223,6 @@ FILES_${PN} = "${bindir}/rpm \ ${libdir}/rpm/bin/wget \ /var/lib/rpm \ /var/cache/rpm \ - /var/volatile/cache/rpm \ " FILES_${PN}-dbg += "${libdir}/rpm/.debug \