aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxfont_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxfont_1.3.1.bb')
-rw-r--r--recipes/xorg-lib/libxfont_1.3.1.bb13
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes/xorg-lib/libxfont_1.3.1.bb b/recipes/xorg-lib/libxfont_1.3.1.bb
index 0a635042cb..671fd58b92 100644
--- a/recipes/xorg-lib/libxfont_1.3.1.bb
+++ b/recipes/xorg-lib/libxfont_1.3.1.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] = "b2f396b62633819bbdd9748383876e21"
SRC_URI[archive.sha256sum] = "dcfb7dc980a16ad98ac984b98321148864ea8b4637d3dd3773e483a14158a9b1"
-PR = "${INC_PR}.0"
+
+BBCLASSEXTEND = "native"
+
+XORG_PN = "libXfont"