Revert "ttf.inc: limit RRECOMMENDS to PN"
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 13 Jan 2009 13:26:40 +0000 (14:26 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 13 Jan 2009 13:26:40 +0000 (14:26 +0100)
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

packages/ttf-fonts/ttf.inc

index 5320574..3c04f1b 100644 (file)
@@ -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"