mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
libfontenc: upgrade to the latest version 1.0.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
50dbbec5b2
commit
3cbc9dee6b
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user