[oe-commits] Marcin Juszkiewicz : Revert "ttf.inc: limit RRECOMMENDS to PN"

GIT User account git at amethyst.openembedded.net
Tue Jan 13 13:28:08 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a2cb62669d210a03f7441ebd252cc58bb83480a9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2cb62669d210a03f7441ebd252cc58bb83480a9

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Tue Jan 13 14:26:40 2009 +0100

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

---

 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 5320574..3c04f1b 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"





More information about the Openembedded-commits mailing list