libfontenc: upgrade to the latest version 1.0.5

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
Dexuan Cui 2010-06-29 10:22:12 +08:00 committed by Richard Purdie
parent 50dbbec5b2
commit 3cbc9dee6b
2 changed files with 8 additions and 3 deletions

View File

@ -1,9 +1,12 @@
DESCRIPTION = "X11 font encoding library"
require xorg-lib-common.inc
DESCRIPTION = "X11 font encoding library"
LICENSE = "BSD-X"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=96254c20ab81c63e65b26f0dbcd4a1c1"
DEPENDS += "zlib xproto"
PR = "r1"
PR = "r0"
PE = "1"
BBCLASSEXTEND = "native"

View File

@ -1,4 +1,6 @@
HOMEPAGE = "http://www.x.org"
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
SECTION = "x11/libs"
LICENSE = "MIT-X"
DEPENDS = "util-macros"