summaryrefslogtreecommitdiffstats
path: root/meta/classes-global/package_rpm.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-global/package_rpm.bbclass')
-rw-r--r--meta/classes-global/package_rpm.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-global/package_rpm.bbclass b/meta/classes-global/package_rpm.bbclass
index 39efcc328e..7ba73f48e7 100644
--- a/meta/classes-global/package_rpm.bbclass
+++ b/meta/classes-global/package_rpm.bbclass
@@ -341,7 +341,7 @@ python write_specfile () {
341 341
342 localdata.setVar('OVERRIDES', d.getVar("OVERRIDES", False) + ":" + pkg) 342 localdata.setVar('OVERRIDES', d.getVar("OVERRIDES", False) + ":" + pkg)
343 343
344 conffiles = get_conffiles(pkg, d) 344 conffiles = oe.package.get_conffiles(pkg, d)
345 dirfiles = localdata.getVar('DIRFILES') 345 dirfiles = localdata.getVar('DIRFILES')
346 if dirfiles is not None: 346 if dirfiles is not None:
347 dirfiles = dirfiles.split() 347 dirfiles = dirfiles.split()