[oe-commits] Michael 'Mickey' Lauer : ttf.inc: limit RRECOMMENDS to PN

GIT User account git at amethyst.openembedded.net
Thu Jan 8 14:39:36 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Jan  8 15:39:13 2009 +0100

ttf.inc: limit RRECOMMENDS to PN

---

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





More information about the Openembedded-commits mailing list