From: Michael 'Mickey' Lauer Date: Thu, 8 Jan 2009 14:39:13 +0000 (+0100) Subject: ttf.inc: limit RRECOMMENDS to PN X-Git-Tag: Release-2010-05/1~4502 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f6ec65bfc2332bd0c638ae378d0e4c67992f2d;p=openembedded.git ttf.inc: limit RRECOMMENDS to PN --- diff --git a/packages/ttf-fonts/ttf.inc b/packages/ttf-fonts/ttf.inc index 3c04f1b320..5320574e82 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 += "font-update-common" +RRECOMMENDS_${PN} = "font-update-common" # we don't need a compiler nor a c library for these fonts INHIBIT_DEFAULT_DEPS = "1"