diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 09:31:31 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-27 11:11:20 +0200 |
commit | 14db483bf9456e2a5382e0b93ecd33470e9cbd33 (patch) | |
tree | f3439b1f9fe179f8901af6e9f954284d77ad4786 /recipes/xorg-app/mkfontscale_1.0.7.bb | |
parent | daa6a5195582e0c90f6ac5a2845d3202a00f82d4 (diff) |
mkfontscale: convert to BBCLASSEXTENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-app/mkfontscale_1.0.7.bb')
-rw-r--r-- | recipes/xorg-app/mkfontscale_1.0.7.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/xorg-app/mkfontscale_1.0.7.bb b/recipes/xorg-app/mkfontscale_1.0.7.bb index 964c59999a..fc6aa96a52 100644 --- a/recipes/xorg-app/mkfontscale_1.0.7.bb +++ b/recipes/xorg-app/mkfontscale_1.0.7.bb @@ -4,6 +4,8 @@ DESCRIPTION = "a program to create an index of scalable font files for X" DEPENDS += " zlib libfontenc freetype virtual/libx11" +BBCLASSEXTEND = "native" + SRC_URI[archive.md5sum] = "96ca346f185c0ab48e42bf5bb0375da5" SRC_URI[archive.sha256sum] = "8306b229cca233216a6582cb1ff60af78e37c47d6412ac823d7d41c3d7de7127" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" |