diff options
Diffstat (limited to 'meta/classes/fontcache.bbclass')
-rw-r--r-- | meta/classes/fontcache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index ad5892cda1..dfbdfa1e02 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass | |||
@@ -42,4 +42,4 @@ python add_fontcache_postinsts() { | |||
42 | d.setVar('pkg_postrm_%s' % pkg, postrm) | 42 | d.setVar('pkg_postrm_%s' % pkg, postrm) |
43 | } | 43 | } |
44 | 44 | ||
45 | PACKAGEFUNCS += "add_fontcache_postinsts" | 45 | PACKAGEFUNCS =+ "add_fontcache_postinsts" |