diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-02-04 11:26:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-06 09:36:33 +0000 |
commit | ed31c6442309eb2816e96d8565b52cf7cc28c803 (patch) | |
tree | bb10f38892cdf169a061bca573d9ef3b088c03e5 /meta/recipes-devtools/rpm | |
parent | 961376bf34dbc65e649c3fe6f2d9e1838d987aef (diff) | |
download | openembedded-core-ed31c6442309eb2816e96d8565b52cf7cc28c803.tar.gz openembedded-core-ed31c6442309eb2816e96d8565b52cf7cc28c803.tar.bz2 openembedded-core-ed31c6442309eb2816e96d8565b52cf7cc28c803.zip |
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@intel.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_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 881b960a0f..39b0481e6f 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 \ |