From a2cb62669d210a03f7441ebd252cc58bb83480a9 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 13 Jan 2009 14:26:40 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5