diff options
Diffstat (limited to 'recipes/xorg-app/mkfontscale_1.0.7.bb')
-rw-r--r-- | recipes/xorg-app/mkfontscale_1.0.7.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-app/mkfontscale_1.0.7.bb b/recipes/xorg-app/mkfontscale_1.0.7.bb index aac6469496..8655664b48 100644 --- a/recipes/xorg-app/mkfontscale_1.0.7.bb +++ b/recipes/xorg-app/mkfontscale_1.0.7.bb @@ -1,11 +1,9 @@ require xorg-app-common.inc - DESCRIPTION = "a program to create an index of scalable font files for X" - DEPENDS += " zlib libfontenc freetype " - -BBCLASSEXTEND = "native" +PR = "${INC_PR}.1" SRC_URI[archive.md5sum] = "96ca346f185c0ab48e42bf5bb0375da5" SRC_URI[archive.sha256sum] = "8306b229cca233216a6582cb1ff60af78e37c47d6412ac823d7d41c3d7de7127" -PR = "${INC_PR}.1" + +BBCLASSEXTEND = "native" |