diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-02-24 13:54:43 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-02-24 13:54:43 +0000 |
commit | 3ed78be483e36c5a0f1ecf130cefed353e059d7e (patch) | |
tree | b9e5a442a4f4fd33dc5a9212c28cc463aa54f6dc /packages/ttf-fonts | |
parent | a67ec1efcb91fcd479826ac49cd87a9639cfbdc7 (diff) |
ttf-liberation: Fix -dbg package RRECOMMENDS since PN as a package doesn't exist
This is the same fix as the one by rpurdie to ttf-dejavu.
Diffstat (limited to 'packages/ttf-fonts')
-rw-r--r-- | packages/ttf-fonts/ttf-liberation_0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ttf-fonts/ttf-liberation_0.2.bb b/packages/ttf-fonts/ttf-liberation_0.2.bb index 08d450e2ab..048d43c1c8 100644 --- a/packages/ttf-fonts/ttf-liberation_0.2.bb +++ b/packages/ttf-fonts/ttf-liberation_0.2.bb @@ -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*" |