diff options
| -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 2bf1e4bd1b..dcd1f04064 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" |
