ttf-liberation: Fix -dbg package RRECOMMENDS since PN as a package doesn't exist
authorJan Lübbe <jluebbe@debian.org>
Sun, 24 Feb 2008 13:54:43 +0000 (13:54 +0000)
committerJan Lübbe <jluebbe@debian.org>
Sun, 24 Feb 2008 13:54:43 +0000 (13:54 +0000)
This is the same fix as the one by rpurdie to ttf-dejavu.

packages/ttf-fonts/ttf-liberation_0.2.bb

index 08d450e..048d43c 100644 (file)
@@ -9,6 +9,8 @@ SRC_URI = "http://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz"
 S = "${WORKDIR}/liberation-fonts-${PV}"
 
 PACKAGES = "${PN}-dbg ttf-liberation-mono ttf-liberation-sans ttf-liberation-serif"
+RRECOMMENDS_${PN}-dbg = ""
+
 FILES_ttf-liberation-mono  = "${datadir}/fonts/truetype/*Mono*"
 FILES_ttf-liberation-sans  = "${datadir}/fonts/truetype/*Sans*"
 FILES_ttf-liberation-serif = "${datadir}/fonts/truetype/*Serif*"