diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 08:41:10 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 09:53:15 +0200 |
commit | 2531ea35b2d93c07bdff8d8f2cde72db971fe4cb (patch) | |
tree | ac2414530e1052ac514cedf3eda064167c9c5148 /recipes/xorg-lib/libxfont_1.3.3.bb | |
parent | 7d9b0799a0195574e5f1eb658d22fa0b118efb4a (diff) |
xorg-lib: oe-stylize
* require in oe-stylize script was moved to top
* reminders were removed
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-lib/libxfont_1.3.3.bb')
-rw-r--r-- | recipes/xorg-lib/libxfont_1.3.3.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes/xorg-lib/libxfont_1.3.3.bb b/recipes/xorg-lib/libxfont_1.3.3.bb index 407ecd3095..65b5415068 100644 --- a/recipes/xorg-lib/libxfont_1.3.3.bb +++ b/recipes/xorg-lib/libxfont_1.3.3.bb @@ -1,13 +1,13 @@ 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" - -XORG_PN = "libXfont" +PR = "${INC_PR}.0" SRC_URI[archive.md5sum] = "4f174b9613f87cf00d731da428a1b194" SRC_URI[archive.sha256sum] = "6171e6bca4bd6333611bd9c63cccc8e8e412d876c72097f0dddc490a9df51d5a" -PR = "${INC_PR}.0" + +BBCLASSEXTEND = "native" + +XORG_PN = "libXfont" |