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:37:29 +0000 |
commit | 2a9dcc49aabe0531b937b35f0540f6d092345fea (patch) | |
tree | 27c060384fdc283997153a9c92adcc0dea024735 /meta/recipes-devtools/rpm | |
parent | ebe073094668c13be0e2e8a9296550e8a93f2046 (diff) | |
download | poky-2a9dcc49aabe0531b937b35f0540f6d092345fea.tar.gz |
rpm: remove /var/volatiles/cache/rpm from the FILEs list
Since /var/cache is not in volatiles anymore, this entry has to go.
(From OE-Core rev: ed31c6442309eb2816e96d8565b52cf7cc28c803)
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 \ | |||
223 | ${libdir}/rpm/bin/wget \ | 223 | ${libdir}/rpm/bin/wget \ |
224 | /var/lib/rpm \ | 224 | /var/lib/rpm \ |
225 | /var/cache/rpm \ | 225 | /var/cache/rpm \ |
226 | /var/volatile/cache/rpm \ | ||
227 | " | 226 | " |
228 | 227 | ||
229 | FILES_${PN}-dbg += "${libdir}/rpm/.debug \ | 228 | FILES_${PN}-dbg += "${libdir}/rpm/.debug \ |