diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 14:26:40 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-01-13 14:26:40 +0100 |
commit | a2cb62669d210a03f7441ebd252cc58bb83480a9 (patch) | |
tree | ac9b21816cd8bedf0d4077d7b7785302cfa0f2a0 /packages/ttf-fonts | |
parent | f0b4a0eaae0bf6b1500889b5ba77db11087d70a2 (diff) |
Revert "ttf.inc: limit RRECOMMENDS to PN"
This reverts commit 22f6ec65bfc2332bd0c638ae378d0e4c67992f2d.
Mickey's change made systems unable to update font systems:
Configuring ttf-dejavu-common
/usr/lib/opkg/info/ttf-dejavu-common.postinst: line 1: update-fonts: not found
postinst script returned status 127
Diffstat (limited to 'packages/ttf-fonts')
-rw-r--r-- | packages/ttf-fonts/ttf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ttf-fonts/ttf.inc b/packages/ttf-fonts/ttf.inc index 5320574e82..3c04f1b320 100644 --- a/packages/ttf-fonts/ttf.inc +++ b/packages/ttf-fonts/ttf.inc @@ -1,7 +1,7 @@ DESCRIPTION ?= "TrueType font package ${PN}" SECTION = "fonts" PRIORITY = "optional" -RRECOMMENDS_${PN} = "font-update-common" +RRECOMMENDS += "font-update-common" # we don't need a compiler nor a c library for these fonts INHIBIT_DEFAULT_DEPS = "1" |