diff options
Diffstat (limited to 'recipes/xorg-lib/libxfont_1.3.2.bb')
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.2.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes/xorg-lib/libxfont_1.3.2.bb b/recipes/xorg-lib/libxfont_1.3.2.bb index a826dbe328..250433aa77 100644 --- a/recipes/xorg-lib/libxfont_1.3.2.bb +++ b/recipes/xorg-lib/libxfont_1.3.2.bb @@ -1,15 +1,14 @@ require xorg-lib-common.inc - DESCRIPTION = "X11 font rasterisation library" -LICENSE= "BSD-X" +LICENSE = "BSD-X" DEPENDS += "freetype fontcacheproto xtrans fontsproto libfontenc" -BBCLASSEXTEND = "native" PE = "1" +PR = "${INC_PR}.0" SRC_URI += "file://no-scalable-crash.patch" - -XORG_PN = "libXfont" - SRC_URI[archive.md5sum] = "64f510ebf9679f3a97a3d633cbee4f50" SRC_URI[archive.sha256sum] = "c167cfd529b7c67f496ee0bed3c0b43e0107de0f689d387c1c0e23ef7cf3d2f2" -PR = "${INC_PR}.0" + +BBCLASSEXTEND = "native" + +XORG_PN = "libXfont" |