[oe-commits] Laurentiu Palcu : rpm: remove /var/volatiles/cache/rpm from the FILEs list

git at git.openembedded.org git at git.openembedded.org
Tue Feb 5 21:38:18 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: c37c052b41e0874638cd0c45276022e5eb59a80a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c37c052b41e0874638cd0c45276022e5eb59a80a

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Mon Feb  4 11:26:09 2013 +0200

rpm: remove /var/volatiles/cache/rpm from the FILEs list

Since /var/cache is not in volatiles anymore, this entry has to go.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/rpm/rpm_5.4.9.bb |    1 -
 1 files changed, 0 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 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 \





More information about the Openembedded-commits mailing list